mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
xwayland: free xcb events
This commit is contained in:
parent
871646d225
commit
c278b6fd52
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ static int x11_event_handler(int fd, uint32_t mask, void *data) {
|
||||||
event->response_type & XCB_EVENT_RESPONSE_TYPE_MASK);
|
event->response_type & XCB_EVENT_RESPONSE_TYPE_MASK);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
free(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
xcb_flush(xwm->xcb_conn);
|
xcb_flush(xwm->xcb_conn);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue