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