~ruther/dwl

8b13e42d3f0e1ee4e74ae1b186987bb7fd810404 — Devin J. Pohly 4 years ago bc65c1a
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;


Do not follow this link