projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f1297
)
GDBusMenuModel: plug a leak of a GHashTable
author
Ryan Lortie
<desrt@desrt.ca>
Mon, 27 Feb 2012 19:00:55 +0000
(14:00 -0500)
committer
Ryan Lortie
<desrt@desrt.ca>
Mon, 27 Feb 2012 19:01:10 +0000
(14:01 -0500)
gio/gdbusmenumodel.c
patch
|
blob
|
history
diff --git
a/gio/gdbusmenumodel.c
b/gio/gdbusmenumodel.c
index
f82569e
..
8eb858d
100644
(file)
--- a/
gio/gdbusmenumodel.c
+++ b/
gio/gdbusmenumodel.c
@@
-381,6
+381,7
@@
g_dbus_menu_group_unref (GDBusMenuGroup *group)
g_hash_table_remove (group->path->groups, GINT_TO_POINTER (group->id));
g_hash_table_unref (group->proxies);
+ g_hash_table_unref (group->menus);
g_dbus_menu_path_unref (group->path);