fix more unfreed memory
1 files changed, 1 insertions(+), 0 deletions(-) M dwl.c
M dwl.c => dwl.c +1 -0
@@ 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;