| author | |
| committer | |
| log | 7d70774fde694b343c90ce8830c269bda23afe84 |
| tree | ce27d61373adfcda3e8aaa8ebfe354918f3a2ab3 |
| parent | 0d696a48dadffbb3dcd3f7ada6867129da4d70c8 |
1 files changed, 1 insertions(+), 0 deletions(-)
src-self-hosted/Module.zig+1| ... | ... | @@ -896,6 +896,7 @@ pub fn deinit(self: *Module) void { |
| 896 | 896 | |
| 897 | 897 | fn freeExportList(gpa: *Allocator, export_list: []*Export) void { |
| 898 | 898 | for (export_list) |exp| { |
| 899 | gpa.free(exp.options.name); | |
| 899 | 900 | gpa.destroy(exp); |
| 900 | 901 | } |
| 901 | 902 | gpa.free(export_list); |