diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-07-23 17:20:23 -0400 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-07-23 17:20:23 -0400 |
commit | bc65c1a570226bbb36561df1356a782e93341da9 (patch) | |
tree | 15ccc2276582965f1f6963d4928eb0b0b47ddd5a /dwl.c | |
parent | 91000b5e76dfb5515f8148aa71dc2ee41ab511a9 (diff) |
output_layout_manager not auto-destroyed
Diffstat (limited to 'dwl.c')
-rw-r--r-- | dwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |