summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-07-23 17:20:23 -0400
committerDevin J. Pohly <djpohly@gmail.com>2020-07-23 17:20:23 -0400
commitbc65c1a570226bbb36561df1356a782e93341da9 (patch)
tree15ccc2276582965f1f6963d4928eb0b0b47ddd5a
parent91000b5e76dfb5515f8148aa71dc2ee41ab511a9 (diff)
output_layout_manager not auto-destroyed
-rw-r--r--dwl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwl.c b/dwl.c
index c5a5469..8e8fef3 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1655,6 +1655,7 @@ main(int argc, char *argv[])
wl_display_destroy_clients(dpy);
wlr_xcursor_manager_destroy(cursor_mgr);
wl_display_destroy(dpy);
+ wlr_output_layout_destroy(output_layout);
return EXIT_SUCCESS;
usage: