output_layout_manager not auto-destroyed
This commit is contained in:
parent
91000b5e76
commit
bc65c1a570
1 changed files with 1 additions and 0 deletions
1
dwl.c
1
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:
|
||||
|
|
Loading…
Reference in a new issue