set focus_order back to null on shutdown so g_renew would work
This commit is contained in:
parent
6adb3d4454
commit
b2c508d97e
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ void focus_shutdown()
|
||||||
for (i = 0; i < screen_num_desktops; ++i)
|
for (i = 0; i < screen_num_desktops; ++i)
|
||||||
g_list_free(focus_order[i]);
|
g_list_free(focus_order[i]);
|
||||||
g_free(focus_order);
|
g_free(focus_order);
|
||||||
|
focus_order = NULL;
|
||||||
|
|
||||||
XDestroyWindow(ob_display, focus_backup);
|
XDestroyWindow(ob_display, focus_backup);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue