Bugfix: free() the grab_pointer reply
This commit is contained in:
parent
6c35a0b93b
commit
22de7593c5
|
@ -424,6 +424,8 @@ void drag_pointer(Con *con, xcb_button_press_event_t *event, xcb_window_t
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
free(reply);
|
||||||
|
|
||||||
/* Go into our own event loop */
|
/* Go into our own event loop */
|
||||||
xcb_flush(conn);
|
xcb_flush(conn);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue