Forgot free(event)

This commit is contained in:
Michael Stapelberg 2011-07-31 19:34:55 +02:00
parent fa1fe3cfed
commit fdfa88586d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
/*