Remove duplicated deinit defer for GPA

This commit is contained in:
Gerred Dillon 2022-06-08 03:13:27 -05:00 committed by Auguste Rame
parent 769fecf9c8
commit 083dd5fbdf

View File

@ -1862,7 +1862,6 @@ pub fn main() anyerror!void {
if (tracy.enable_allocation) { if (tracy.enable_allocation) {
allocator = tracy.tracyAllocator(allocator).allocator(); allocator = tracy.tracyAllocator(allocator).allocator();
} }
defer _ = gpa_state.deinit();
// @TODO Using the GPA here, realloc calls hang currently for some reason // @TODO Using the GPA here, realloc calls hang currently for some reason
// allocator = std.heap.page_allocator; // allocator = std.heap.page_allocator;