Clean up events
This commit is contained in:
parent
446ea3a340
commit
80586b8f6b
|
@ -265,6 +265,8 @@ static int xwayland_socket_connected(int fd, uint32_t mask, void* data){
|
|||
wl_event_source_remove(wlr_xwayland->x_fd_read_event[0]);
|
||||
wl_event_source_remove(wlr_xwayland->x_fd_read_event[1]);
|
||||
|
||||
wlr_xwayland->x_fd_read_event[0] = wlr_xwayland->x_fd_read_event[1] = NULL;
|
||||
|
||||
xwayland_start_server(wlr_xwayland);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue