| ... | @@ -184,6 +184,7 @@ pub fn deinit(self: *Module) void { | ... | @@ -184,6 +184,7 @@ pub fn deinit(self: *Module) void { |
| 184 | self.sections.debug_strings.deinit(self.gpa); | 184 | self.sections.debug_strings.deinit(self.gpa); |
| 185 | self.sections.debug_names.deinit(self.gpa); | 185 | self.sections.debug_names.deinit(self.gpa); |
| 186 | self.sections.annotations.deinit(self.gpa); | 186 | self.sections.annotations.deinit(self.gpa); |
| | 187 | self.sections.types_globals_constants.deinit(self.gpa); |
| 187 | self.sections.functions.deinit(self.gpa); | 188 | self.sections.functions.deinit(self.gpa); |
| 188 | | 189 | |
| 189 | self.source_file_names.deinit(self.gpa); | 190 | self.source_file_names.deinit(self.gpa); |