diff --git a/src/floating.c b/src/floating.c index 820fb560..97b5e6a0 100644 --- a/src/floating.c +++ b/src/floating.c @@ -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);