From 7ff248e822af910e95b68a352793b34db0cd8f8b Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Thu, 9 Jun 2011 13:29:58 -0400 Subject: [PATCH] gdbus: Don't pass an unintialized GError pointer Signed-off-by: David Zeuthen --- gio/gdbus-tool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/gdbus-tool.c b/gio/gdbus-tool.c index 454528bde..10b6a08dd 100644 --- a/gio/gdbus-tool.c +++ b/gio/gdbus-tool.c @@ -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,