parent
4d3f1c29b0
commit
6f78dfbbc6
@ -0,0 +1,12 @@
|
|||||||
|
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);
|
Loading…
Reference in new issue