fix more unfreed memory
This commit is contained in:
parent
bc65c1a570
commit
8b13e42d3f
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);
|
wl_display_destroy_clients(dpy);
|
||||||
wlr_xcursor_manager_destroy(cursor_mgr);
|
wlr_xcursor_manager_destroy(cursor_mgr);
|
||||||
wl_display_destroy(dpy);
|
wl_display_destroy(dpy);
|
||||||
|
wlr_cursor_destroy(cursor);
|
||||||
wlr_output_layout_destroy(output_layout);
|
wlr_output_layout_destroy(output_layout);
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue