diff --git a/src/main.zig b/src/main.zig index 4a66ad8..8429e6f 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1862,7 +1862,6 @@ pub fn main() anyerror!void { if (tracy.enable_allocation) { allocator = tracy.tracyAllocator(allocator).allocator(); } - defer _ = gpa_state.deinit(); // @TODO Using the GPA here, realloc calls hang currently for some reason // allocator = std.heap.page_allocator;