summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 00ba8d9..7c35ae9 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1653,10 +1653,12 @@ main(int argc, char *argv[])
/* Once wl_display_run returns, we shut down the server. */
wlr_xwayland_destroy(xwayland);
wl_display_destroy_clients(dpy);
- wlr_xcursor_manager_destroy(cursor_mgr);
wl_display_destroy(dpy);
+
+ wlr_xcursor_manager_destroy(cursor_mgr);
wlr_cursor_destroy(cursor);
wlr_output_layout_destroy(output_layout);
+
return EXIT_SUCCESS;
usage: