Fix invalid size

This commit is contained in:
vCaesar 2017-04-22 19:50:38 +08:00
parent 16089b2aa9
commit 3df4cff48b

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