X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=75bd6bcda1b12226ead135a4cd3413ca7bff48fe;hb=b2c508d97e93e638c824630715b54363d9ca6176;hp=551959f4538261e05534f3d27c9fcef7e0456218;hpb=a3c9271ca2f7c48ab75398bb434f4c1ee705866a;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index 551959f4..75bd6bcd 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -41,6 +41,7 @@ void focus_shutdown() for (i = 0; i < screen_num_desktops; ++i) g_list_free(focus_order[i]); g_free(focus_order); + focus_order = NULL; XDestroyWindow(ob_display, focus_backup);