From 22c102572e892dc36b1c411edbd70415efe1f0e6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 11 Jan 2008 16:26:16 -0500 Subject: [PATCH 1/1] fix a crash when reconfiguring during focus cycling --- openbox/focus_cycle_popup.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.44.0