fix more unfreed memory

This commit is contained in:
Devin J. Pohly 2020-07-23 17:34:50 -04:00
parent bc65c1a570
commit 8b13e42d3f
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_cursor_destroy(cursor);
wlr_output_layout_destroy(output_layout);
return EXIT_SUCCESS;