| author | |
| committer | |
| log | a2eb91c42294ef380d70742e1111e4dc36ab2192 |
| tree | 9686226a6ce2c80ee73987f0acdad70366af1fa9 |
| parent | 1eeafc39675a349c912910da2a1b70097a934d57 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/Module.zig+1| ... | ... | @@ -2123,6 +2123,7 @@ pub fn deinit(mod: *Module) void { |
| 2123 | 2123 | mod.global_error_set.deinit(gpa); |
| 2124 | 2124 | |
| 2125 | 2125 | mod.error_name_list.deinit(gpa); |
| 2126 | mod.test_functions.deinit(gpa); | |
| 2126 | 2127 | } |
| 2127 | 2128 | |
| 2128 | 2129 | fn freeExportList(gpa: *Allocator, export_list: []*Export) void { |