mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
gdbus: Don't pass an unintialized GError pointer
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
30dfc35392
commit
7ff248e822
@ -1426,6 +1426,7 @@ introspect_do (GDBusConnection *c,
|
||||
node = NULL;
|
||||
result = NULL;
|
||||
|
||||
error = NULL;
|
||||
result = g_dbus_connection_call_sync (c,
|
||||
opt_introspect_dest,
|
||||
object_path,
|
||||
|
Loading…
Reference in New Issue
Block a user