gdbus: Don't pass an unintialized GError pointer

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen 2011-06-09 13:29:58 -04:00
parent 30dfc35392
commit 7ff248e822

View File

@ -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,