Fix invalid size

This commit is contained in:
vCaesar 2017-04-22 19:51:29 +08:00
parent df1f91bbd4
commit 83d5e43d3a

View File

@ -1019,7 +1019,7 @@ static int xrecord_start() {
}
if (hook->input.connection != NULL) {
xcb_disconnect(hook->input.connection);
// xcb_disconnect(hook->input.connection);
hook->input.connection = NULL;
}
#endif