Merge branch 'fix-tray-restart'

This commit is contained in:
Michael Stapelberg 2014-07-24 10:11:34 +02:00
commit 1842ddac51
1 changed files with 1 additions and 0 deletions

View File

@ -1290,6 +1290,7 @@ void clean_xcb(void) {
FREE(outputs); FREE(outputs);
xcb_flush(xcb_connection); xcb_flush(xcb_connection);
xcb_aux_sync(xcb_connection);
xcb_disconnect(xcb_connection); xcb_disconnect(xcb_connection);
ev_check_stop(main_loop, xcb_chk); ev_check_stop(main_loop, xcb_chk);