Forgot free(event)
This commit is contained in:
parent
fa1fe3cfed
commit
fdfa88586d
|
@ -234,6 +234,7 @@ void send_take_focus(xcb_window_t window) {
|
||||||
|
|
||||||
DLOG("Sending WM_TAKE_FOCUS to the client\n");
|
DLOG("Sending WM_TAKE_FOCUS to the client\n");
|
||||||
xcb_send_event(conn, false, window, XCB_EVENT_MASK_NO_EVENT, (char*)ev);
|
xcb_send_event(conn, false, window, XCB_EVENT_MASK_NO_EVENT, (char*)ev);
|
||||||
|
free(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue