summaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-07-23 17:36:20 -0400
committerDevin J. Pohly <djpohly@gmail.com>2020-07-23 17:36:20 -0400
commit5ca1e22feff3bbe693d1ba9b1299d8bfeb0d933b (patch)
tree8f7f76afe61d9343b55e5cfa734c7e373e8fde6c /dwl.c
parent8b13e42d3f0e1ee4e74ae1b186987bb7fd810404 (diff)
reorder teardowns
Diffstat (limited to 'dwl.c')
-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: