summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-09 21:43:56 +0000
committerDana Jansens <danakj@orodu.net>2007-05-09 21:43:56 +0000
commit1066f0125af0335b010077eb9a84c6bd01d65324 (patch)
tree212d058410fc61dc4c9c482d7c1697235c19317e /openbox
parentc4385c098fb5547dd80b06636c946676f274d396 (diff)
mem leak
Diffstat (limited to 'openbox')
-rw-r--r--openbox/menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/menu.c b/openbox/menu.c
index 0e203739..c6e986b9 100644
--- a/openbox/menu.c
+++ b/openbox/menu.c
@@ -357,6 +357,7 @@ static void menu_destroy_hash_value(ObMenu *self)
g_free(self->name);
g_free(self->title);
g_free(self->execute);
+ g_free(self->more_menu);
g_free(self);
}