summaryrefslogtreecommitdiff
path: root/openbox/keyboard.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-13 01:58:34 +0000
committerDana Jansens <danakj@orodu.net>2007-06-13 01:58:34 +0000
commit9586e3bf1482a30e29f230a1a987386fcdcec2c9 (patch)
treef102c76852ed547472b2756d058e3d03620c3b71 /openbox/keyboard.c
parent7a6a516b8e3d8ad6b15379eabf6652a6f43eab27 (diff)
plug memory leaks from the new strut code
Diffstat (limited to 'openbox/keyboard.c')
-rw-r--r--openbox/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c
index 9fd38def..7780753d 100644
--- a/openbox/keyboard.c
+++ b/openbox/keyboard.c
@@ -103,6 +103,7 @@ static void set_curpos(KeyBindingTree *newpos)
/* 1 second delay for the popup to show */
popup_delay_show(popup, G_USEC_PER_SEC, text);
g_free(text);
+ g_free(a);
} else {
popup_hide(popup);
}