GtkModelMenu: Plug a memleak
This commit is contained in:
parent
1ae4b1ecc1
commit
1819543e1e
@ -67,6 +67,8 @@ gtk_model_menu_binding_free (gpointer data)
|
||||
|
||||
g_object_unref (binding->actions);
|
||||
g_object_unref (binding->model);
|
||||
|
||||
g_slice_free (GtkModelMenuBinding, binding);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user