summaryrefslogtreecommitdiff
path: root/openbox/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/menu.c')
-rw-r--r--openbox/menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/menu.c b/openbox/menu.c
index b69b7a3b..330849cb 100644
--- a/openbox/menu.c
+++ b/openbox/menu.c
@@ -523,6 +523,7 @@ void menu_entry_unref(ObMenuEntry *self)
g_free(self->data.submenu.name);
break;
case OB_MENU_ENTRY_TYPE_SEPARATOR:
+ g_free(self->data.separator.label);
break;
}