From fdfa88586d6655bf6a4a01c71cd800ae719b4d4a Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 31 Jul 2011 19:34:55 +0200 Subject: [PATCH] Forgot free(event) --- src/xcb.c | 1 + 1 file changed, 1 insertion(+) 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); } /*