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:
ea37193
)
fix a crash when reconfiguring during focus cycling
author
Dana Jansens
<danakj@orodu.net>
Fri, 11 Jan 2008 21:26:16 +0000
(16:26 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 11 Jan 2008 21:26:16 +0000
(16:26 -0500)
openbox/focus_cycle_popup.c
patch
|
blob
|
history
diff --git
a/openbox/focus_cycle_popup.c
b/openbox/focus_cycle_popup.c
index 488ecce12172491d2e30ee0d8a4756b0c3052e75..028fa45d806152ac7fd2029da106f9c8ef6fadbc 100644
(file)
--- a/
openbox/focus_cycle_popup.c
+++ b/
openbox/focus_cycle_popup.c
@@
-146,6
+146,7
@@
void focus_cycle_popup_shutdown(gboolean reconfig)
}
g_free(popup.hilite_rgba);
+ popup.hilite_rgba = NULL;
XDestroyWindow(ob_display, popup.text);
XDestroyWindow(ob_display, popup.bg);