mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
coff: fix memory leak
This commit is contained in:
parent
5c6b25d9bb
commit
c013f45ad0
@ -448,6 +448,7 @@ pub fn deinit(coff: *Coff) void {
|
||||
}
|
||||
|
||||
coff.unresolved.deinit(gpa);
|
||||
coff.need_got_table.deinit(gpa);
|
||||
coff.locals_free_list.deinit(gpa);
|
||||
coff.globals_free_list.deinit(gpa);
|
||||
coff.strtab.deinit(gpa);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user