output_layout_manager not auto-destroyed

This commit is contained in:
Devin J. Pohly 2020-07-23 17:20:23 -04:00
parent 91000b5e76
commit bc65c1a570
1 changed files with 1 additions and 0 deletions

1
dwl.c
View File

@ -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: