mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
Elf: fix memory leak with lazy symbols
This commit is contained in:
parent
9e8c7b104e
commit
153def1460
@ -341,6 +341,7 @@ pub fn deinit(self: *Elf) void {
|
||||
|
||||
self.atoms.deinit(gpa);
|
||||
self.atom_by_index_table.deinit(gpa);
|
||||
self.lazy_syms.deinit(gpa);
|
||||
|
||||
{
|
||||
var it = self.unnamed_const_atoms.valueIterator();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user