summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Menu.m
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/Menu.m')
-rw-r--r--tikzit/src/gtk/Menu.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/gtk/Menu.m b/tikzit/src/gtk/Menu.m
index 677b48f..0eb8ba8 100644
--- a/tikzit/src/gtk/Menu.m
+++ b/tikzit/src/gtk/Menu.m
@@ -679,8 +679,10 @@ static void tool_cb (GtkAction *action, id<Tool> tool) {
- (void) dealloc {
g_free (nodeSelBasedActions);
+ g_free (edgeSelBasedActions);
g_free (selBasedActions);
g_object_unref (menubar);
+ g_object_unref (appActions);
g_object_unref (windowActions);
[super dealloc];