| ... | @@ -552,6 +552,7 @@ pub const File = struct { | ... | @@ -552,6 +552,7 @@ pub const File = struct { |
| 552 | self.local_symbol_free_list.deinit(self.allocator); | 552 | self.local_symbol_free_list.deinit(self.allocator); |
| 553 | self.offset_table_free_list.deinit(self.allocator); | 553 | self.offset_table_free_list.deinit(self.allocator); |
| 554 | self.text_block_free_list.deinit(self.allocator); | 554 | self.text_block_free_list.deinit(self.allocator); |
| | 555 | self.dbg_line_fn_free_list.deinit(self.allocator); |
| 555 | self.offset_table.deinit(self.allocator); | 556 | self.offset_table.deinit(self.allocator); |
| 556 | if (self.owns_file_handle) { | 557 | if (self.owns_file_handle) { |
| 557 | if (self.file) |f| f.close(); | 558 | if (self.file) |f| f.close(); |