GDBusMenuModel: plug a leak of a GHashTable

This commit is contained in:
Ryan Lortie 2012-02-27 14:00:55 -05:00
parent 51f1297a6e
commit eeccd3866a

View File

@ -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);