projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41aeb42
)
fix a mem leak
author
Dana Jansens
<danakj@orodu.net>
Fri, 25 Jan 2008 15:27:44 +0000
(10:27 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 25 Jan 2008 15:27:44 +0000
(10:27 -0500)
openbox/focus_cycle_popup.c
patch
|
blob
|
history
diff --git
a/openbox/focus_cycle_popup.c
b/openbox/focus_cycle_popup.c
index 9a6f2420e7cb17928650e2e0f452f044236eb6db..f0cf25e2e3cd9e908c13bb89f1eff91c53c94d4b 100644
(file)
--- a/
openbox/focus_cycle_popup.c
+++ b/
openbox/focus_cycle_popup.c
@@
-481,6
+481,7
@@
void focus_cycle_popup_hide(void)
g_free(t->text);
XDestroyWindow(ob_display, t->win);
+ g_free(t);
popup.targets = g_list_delete_link(popup.targets, popup.targets);
}