summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-11 16:26:16 -0500
committerDana Jansens <danakj@orodu.net>2008-01-11 16:26:16 -0500
commit22c102572e892dc36b1c411edbd70415efe1f0e6 (patch)
tree4e0853e85483c43a9bcb3d18c2dd8c9685e9e126
parentea371936cec5f1e7f0eaed698b2cff6fab42f210 (diff)
fix a crash when reconfiguring during focus cycling
-rw-r--r--openbox/focus_cycle_popup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c
index 488ecce1..028fa45d 100644
--- 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);