mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
GDBusMenuModel: plug a leak of a GHashTable
This commit is contained in:
parent
51f1297a6e
commit
eeccd3866a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user