Bugfix: free() the grab_pointer reply

next
Michael Stapelberg 2011-07-31 19:52:58 +02:00
parent 6c35a0b93b
commit 22de7593c5
1 changed files with 2 additions and 0 deletions

View File

@ -424,6 +424,8 @@ void drag_pointer(Con *con, xcb_button_press_event_t *event, xcb_window_t
return;
}
free(reply);
/* Go into our own event loop */
xcb_flush(conn);