| ... | @@ -533,7 +533,7 @@ pub const ArenaAllocator = struct { | ... | @@ -533,7 +533,7 @@ pub const ArenaAllocator = struct { |
| 533 | }; | 533 | }; |
| 534 | } | 534 | } |
| 535 | | 535 | |
| 536 | pub fn deinit(self: *ArenaAllocator) void { | 536 | pub fn deinit(self: ArenaAllocator) void { |
| 537 | var it = self.buffer_list.first; | 537 | var it = self.buffer_list.first; |
| 538 | while (it) |node| { | 538 | while (it) |node| { |
| 539 | // this has to occur before the free because the free frees node | 539 | // this has to occur before the free because the free frees node |