Fix invalid size

This commit is contained in:
vCaesar 2017-04-22 19:50:38 +08:00
parent 16089b2aa9
commit 3df4cff48b
1 changed files with 1 additions and 1 deletions

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