JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
plug memleak
[spectrwm.git] / spectrwm.c
index 44de9d9..4f171bb 100644 (file)
@@ -4561,6 +4561,7 @@ move(struct ws_win *win, union arg *args)
                xcb_close_font(conn, cursor_font);
                return;
        }
+       free(gpr);
 
        /* get cursor offset from window root */
        qpr = xcb_query_pointer_reply(conn, xcb_query_pointer(conn, win->id),