Merge branch 'master' into next

next
Michael Stapelberg 2014-07-24 10:11:34 +02:00
commit cc09348414
1 changed files with 1 additions and 0 deletions

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);