forked from AuroraMiddleware/gtk
actionmuxer: Plug a memory leak
This commit is contained in:
parent
d1c37c41d9
commit
4123c85021
@ -803,6 +803,8 @@ gtk_action_muxer_finalize (GObject *object)
|
|||||||
if (muxer->primary_accels)
|
if (muxer->primary_accels)
|
||||||
g_hash_table_unref (muxer->primary_accels);
|
g_hash_table_unref (muxer->primary_accels);
|
||||||
|
|
||||||
|
g_free (muxer->widget_actions_enabled);
|
||||||
|
|
||||||
G_OBJECT_CLASS (gtk_action_muxer_parent_class)
|
G_OBJECT_CLASS (gtk_action_muxer_parent_class)
|
||||||
->finalize (object);
|
->finalize (object);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user