Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2014-07-24 10:11:34 +02:00

View File

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