ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #02342
[Merge] lp:~ted/dbusmenu/hashtable_free into lp:dbusmenu
Ted Gould has proposed merging lp:~ted/dbusmenu/hashtable_free into lp:dbusmenu.
Requested reviews:
DBus Menu Team (dbusmenu-team)
Freeing the hashtable used to serialize the menu item.
--
https://code.launchpad.net/~ted/dbusmenu/hashtable_free/+merge/35540
Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'libdbusmenu-glib/server.c'
--- libdbusmenu-glib/server.c 2010-09-14 18:34:32 +0000
+++ libdbusmenu-glib/server.c 2010-09-15 14:29:00 +0000
@@ -633,6 +633,10 @@
_gvalue_array_append_hashtable(item, dict);
g_ptr_array_add(output, item);
+
+ g_hash_table_unref(dict);
+
+ return;
}
static gboolean
Follow ups