aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-07-23 17:16:02 -0400
committerDevin J. Pohly <djpohly@gmail.com>2020-07-23 17:16:02 -0400
commit91000b5e76dfb5515f8148aa71dc2ee41ab511a9 (patch)
treec7451b4626cd505e72b6b3aedd107d6377bafbf2
parent22542980889ca732e90d0300e4f4f53a1ce2c20c (diff)
xcursor_manager is not automatically destroyed
-rw-r--r--dwl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwl.c b/dwl.c
index c471614..c5a5469 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1653,6 +1653,7 @@ 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);
return EXIT_SUCCESS;