fix a crash when reconfiguring during focus cycling
This commit is contained in:
parent
ea371936ce
commit
22c102572e
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ void focus_cycle_popup_shutdown(gboolean reconfig)
|
||||||
}
|
}
|
||||||
|
|
||||||
g_free(popup.hilite_rgba);
|
g_free(popup.hilite_rgba);
|
||||||
|
popup.hilite_rgba = NULL;
|
||||||
|
|
||||||
XDestroyWindow(ob_display, popup.text);
|
XDestroyWindow(ob_display, popup.text);
|
||||||
XDestroyWindow(ob_display, popup.bg);
|
XDestroyWindow(ob_display, popup.bg);
|
||||||
|
|
Loading…
Reference in a new issue