diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2023-07-13 16:20:51 -0500 |
---|---|---|
committer | Leonardo Hernández <leohdz172@proton.me> | 2023-07-13 17:44:21 -0600 |
commit | 18415278718bf8e162b0fbf5d3551134d1eb705a (patch) | |
tree | baf999ee10d3b144f141d51b0035b3f8c77900bb | |
parent | fbd84aca4a2cbaa4e7daaa9d1a546d2248be8fec (diff) |
properly destroy scene
ΔSLOC: +1
-rw-r--r-- | dwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -663,6 +663,7 @@ cleanup(void) waitpid(child_pid, NULL, 0); } wlr_backend_destroy(backend); + wlr_scene_node_destroy(&scene->tree.node); wlr_renderer_destroy(drw); wlr_allocator_destroy(alloc); wlr_xcursor_manager_destroy(cursor_mgr); |