[gnome-color-manager] Fix gcm-inspect -d



commit 72bad121dd1d9e8a52074f26100de867272d373f
Author: Richard Hughes <richard hughsie com>
Date:   Sun Dec 6 10:08:55 2009 +0000

    Fix gcm-inspect -d

 src/gcm-inspect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-inspect.c b/src/gcm-inspect.c
index 077f0c6..fea3429 100644
--- a/src/gcm-inspect.c
+++ b/src/gcm-inspect.c
@@ -340,7 +340,7 @@ gcm_inspect_get_properties (void)
 	DBusGProxy *proxy;
 	GError *error = NULL;
 	gchar **profiles = NULL;
-	GHashTable *hash;
+	GHashTable *hash = NULL;
 
 	/* get a session bus connection */
 	connection = dbus_g_bus_get (DBUS_BUS_SESSION, NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]