fix a crash when reconfiguring during focus cycling

This commit is contained in:
Dana Jansens 2008-01-11 16:26:16 -05:00
parent ea371936ce
commit 22c102572e

View file

@ -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);