From 083dd5fbdfbdc869fd9119c69a15b764ba366209 Mon Sep 17 00:00:00 2001 From: Gerred Dillon Date: Wed, 8 Jun 2022 03:13:27 -0500 Subject: [PATCH] Remove duplicated deinit defer for GPA --- src/main.zig | 1 - 1 file changed, 1 deletion(-) 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;