summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/bloatpad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bloatpad.c b/examples/bloatpad.c
index 1a2a050e68..d0614d10d2 100644
--- a/examples/bloatpad.c
+++ b/examples/bloatpad.c
@@ -188,6 +188,7 @@ create_window_menu (void)
menu = g_menu_new ();
g_menu_append_submenu (menu, "_Edit", (GMenuModel*)edit_menu);
+ g_object_unref (edit_menu);
return G_MENU_MODEL (menu);
}