mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-09-08 20:24:44 +00:00
reorder teardowns
This commit is contained in:
parent
8b13e42d3f
commit
5ca1e22fef
4
dwl.c
4
dwl.c
@ -1653,10 +1653,12 @@ 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);
|
||||||
|
|
||||||
|
wlr_xcursor_manager_destroy(cursor_mgr);
|
||||||
wlr_cursor_destroy(cursor);
|
wlr_cursor_destroy(cursor);
|
||||||
wlr_output_layout_destroy(output_layout);
|
wlr_output_layout_destroy(output_layout);
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user