From: Michael Stapelberg Date: Sun, 31 Jul 2011 17:52:58 +0000 (+0200) Subject: Bugfix: free() the grab_pointer reply X-Git-Tag: 4.0~14^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=22de7593c58b5fcf7e3b58f18f2cce48d84ecf93;p=i3%2Fi3 Bugfix: free() the grab_pointer reply --- 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);