xwayland: free xcb events
This commit is contained in:
parent
871646d225
commit
c278b6fd52
|
@ -211,6 +211,7 @@ static int x11_event_handler(int fd, uint32_t mask, void *data) {
|
|||
event->response_type & XCB_EVENT_RESPONSE_TYPE_MASK);
|
||||
break;
|
||||
}
|
||||
free(event);
|
||||
}
|
||||
|
||||
xcb_flush(xwm->xcb_conn);
|
||||
|
|
Loading…
Reference in New Issue