]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: free() the grab_pointer reply
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 31 Jul 2011 17:52:58 +0000 (19:52 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 31 Jul 2011 17:52:58 +0000 (19:52 +0200)
src/floating.c

index 820fb56042b98bab8c232f2ec38720a7917564d9..97b5e6a04169c6d5c997b54a2c8293fe2fcdc30d 100644 (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);