dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 8b13e42d3f0e1ee4e74ae1b186987bb7fd810404
parent bc65c1a570226bbb36561df1356a782e93341da9
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Thu, 23 Jul 2020 17:34:50 -0400

fix more unfreed memory

Diffstat:
Mdwl.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dwl.c b/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_cursor_destroy(cursor); wlr_output_layout_destroy(output_layout); return EXIT_SUCCESS;