~ruther/dwl

c13d948ea90fa55fb5b3180f2aa0ee4114ef6df0 — Leonardo Hernández Hernández 2 years ago fc8b2a8
destroy renderer and allocator in cleanup()
1 files changed, 2 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -0
@@ 730,6 730,8 @@ cleanup(void)
		waitpid(child_pid, NULL, 0);
	}
	wlr_backend_destroy(backend);
	wlr_renderer_destroy(drw);
	wlr_allocator_destroy(alloc);
	wlr_xcursor_manager_destroy(cursor_mgr);
	wlr_cursor_destroy(cursor);
	wlr_output_layout_destroy(output_layout);

Do not follow this link