xcursor_manager is not automatically destroyed
This commit is contained in:
parent
2254298088
commit
91000b5e76
1
dwl.c
1
dwl.c
@ -1653,6 +1653,7 @@ main(int argc, char *argv[])
|
|||||||
/* Once wl_display_run returns, we shut down the server. */
|
/* Once wl_display_run returns, we shut down the server. */
|
||||||
wlr_xwayland_destroy(xwayland);
|
wlr_xwayland_destroy(xwayland);
|
||||||
wl_display_destroy_clients(dpy);
|
wl_display_destroy_clients(dpy);
|
||||||
|
wlr_xcursor_manager_destroy(cursor_mgr);
|
||||||
wl_display_destroy(dpy);
|
wl_display_destroy(dpy);
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user