| ... | @@ -2170,7 +2170,7 @@ fn addNonIncrementalStuffToCacheManifest(comp: *Compilation, man: *Cache.Manifes | ... | @@ -2170,7 +2170,7 @@ fn addNonIncrementalStuffToCacheManifest(comp: *Compilation, man: *Cache.Manifes |
| 2170 | const target = comp.getTarget(); | 2170 | const target = comp.getTarget(); |
| 2171 | | 2171 | |
| 2172 | var arena_allocator = std.heap.ArenaAllocator.init(gpa); | 2172 | var arena_allocator = std.heap.ArenaAllocator.init(gpa); |
| 2173 | errdefer arena_allocator.deinit(); | 2173 | defer arena_allocator.deinit(); |
| 2174 | const arena = arena_allocator.allocator(); | 2174 | const arena = arena_allocator.allocator(); |
| 2175 | | 2175 | |
| 2176 | comptime assert(link_hash_implementation_version == 1); | 2176 | comptime assert(link_hash_implementation_version == 1); |