GtkModelMenu: Plug a memleak

This commit is contained in:
Matthias Clasen 2012-01-24 21:30:33 -05:00
parent 1ae4b1ecc1
commit 1819543e1e

View File

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