summaryrefslogtreecommitdiff
path: root/gconf/gconf-database-dbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'gconf/gconf-database-dbus.c')
-rw-r--r--gconf/gconf-database-dbus.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gconf/gconf-database-dbus.c b/gconf/gconf-database-dbus.c
index 1ba705bd..8fc42e7a 100644
--- a/gconf/gconf-database-dbus.c
+++ b/gconf/gconf-database-dbus.c
@@ -881,6 +881,12 @@ gconf_database_dbus_teardown (GConfDatabase *db)
db);
g_free (db->object_path);
db->object_path = NULL;
+
+ g_hash_table_destroy (db->notifications);
+ db->notifications = NULL;
+
+ g_hash_table_destroy (db->listening_clients);
+ db->listening_clients = NULL;
}
const char *