Root: fix crash on deinit()

This commit is contained in:
Isaac Freund
2024-02-20 22:57:59 +01:00
parent a04c18819b
commit 53c09be846
2 changed files with 6 additions and 1 deletions

View File

@ -192,7 +192,6 @@ pub fn init(self: *Self) !void {
}
pub fn deinit(self: *Self) void {
self.scene.tree.node.destroy();
self.output_layout.destroy();
self.transaction_timeout.remove();
}