Remove duplicated deinit defer for GPA
This commit is contained in:
		
							parent
							
								
									769fecf9c8
								
							
						
					
					
						commit
						083dd5fbdf
					
				@ -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;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user