all repos — openbox @ 22c102572e892dc36b1c411edbd70415efe1f0e6

openbox fork - make it a bit more like ryudo

fix a crash when reconfiguring during focus cycling
Dana Jansens danakj@orodu.net
commit

22c102572e892dc36b1c411edbd70415efe1f0e6

parent

ea371936cec5f1e7f0eaed698b2cff6fab42f210

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M openbox/focus_cycle_popup.copenbox/focus_cycle_popup.c

@@ -146,6 +146,7 @@ popup.targets = g_list_delete_link(popup.targets, popup.targets);

} g_free(popup.hilite_rgba); + popup.hilite_rgba = NULL; XDestroyWindow(ob_display, popup.text); XDestroyWindow(ob_display, popup.bg);