From: Dana Jansens Date: Fri, 11 Jan 2008 21:26:16 +0000 (-0500) Subject: fix a crash when reconfiguring during focus cycling X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=22c102572e892dc36b1c411edbd70415efe1f0e6;hp=ea371936cec5f1e7f0eaed698b2cff6fab42f210;p=chaz%2Fopenbox fix a crash when reconfiguring during focus cycling --- 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);