]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle_popup.c
fix a crash when reconfiguring during focus cycling
[chaz/openbox] / openbox / focus_cycle_popup.c
index 488ecce12172491d2e30ee0d8a4756b0c3052e75..028fa45d806152ac7fd2029da106f9c8ef6fadbc 100644 (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);
This page took 0.024715 seconds and 4 git commands to generate.