diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-09-28 14:15:25 -0500 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-09-28 14:15:25 -0500 |
commit | c13d948ea90fa55fb5b3180f2aa0ee4114ef6df0 (patch) | |
tree | 8a503d5b43e033ed97f63120d43c722292a119b9 /dwl.c | |
parent | fc8b2a8335365dbf3966f0a9bb783a4cb33fdcbf (diff) |
destroy renderer and allocator in cleanup()
Diffstat (limited to 'dwl.c')
-rw-r--r-- | dwl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |