Skip to content

Commit

Permalink
properly destroy scene
Browse files Browse the repository at this point in the history
ΔSLOC: +1
  • Loading branch information
djpohly authored and sevz17 committed Jul 13, 2023
1 parent fbd84ac commit 1841527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1841527

Please sign in to comment.