From: Michael Stapelberg Date: Sun, 31 Jul 2011 17:34:55 +0000 (+0200) Subject: Forgot free(event) X-Git-Tag: 4.0~14^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fdfa88586d6655bf6a4a01c71cd800ae719b4d4a;p=i3%2Fi3 Forgot free(event) --- diff --git a/src/xcb.c b/src/xcb.c index 4497338b..2c194013 100644 --- a/src/xcb.c +++ b/src/xcb.c @@ -234,6 +234,7 @@ void send_take_focus(xcb_window_t window) { DLOG("Sending WM_TAKE_FOCUS to the client\n"); xcb_send_event(conn, false, window, XCB_EVENT_MASK_NO_EVENT, (char*)ev); + free(event); } /*