Skip to content

Commit

Permalink
Remove duplicated deinit defer for GPA
Browse files Browse the repository at this point in the history
  • Loading branch information
gerred authored and SuperAuguste committed Jun 9, 2022
1 parent 769fecf commit 083dd5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 083dd5f

Please sign in to comment.