mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
coff: fix memory leak
This commit is contained in:
parent
5c6b25d9bb
commit
c013f45ad0
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue