Blob Blame History Raw
diff -up GConf-2.19.1/gconf/gconf-database.c.dead-leak GConf-2.19.1/gconf/gconf-database.c
--- GConf-2.19.1/gconf/gconf-database.c.dead-leak	2007-09-11 15:33:11.000000000 -0400
+++ GConf-2.19.1/gconf/gconf-database.c	2007-09-11 15:32:42.000000000 -0400
@@ -1259,6 +1259,8 @@ gconf_database_notify_listeners (GConfDa
       tmp = g_slist_next(tmp);
     }
 
+  g_slist_free (closure.dead);
+
   if (notify_others)
     {
       g_return_if_fail (modified_sources != NULL);