| ... | @@ -4823,8 +4823,7 @@ fn allocateAtom(self: *MachO, atom: *Atom, new_atom_size: u64, alignment: u64, m | ... | @@ -4823,8 +4823,7 @@ fn allocateAtom(self: *MachO, atom: *Atom, new_atom_size: u64, alignment: u64, m |
| 4823 | // should be deleted because the atom that it points to has grown to take up | 4823 | // should be deleted because the atom that it points to has grown to take up |
| 4824 | // more of the extra capacity. | 4824 | // more of the extra capacity. |
| 4825 | if (!big_atom.freeListEligible(self.*)) { | 4825 | if (!big_atom.freeListEligible(self.*)) { |
| 4826 | const bl = free_list.swapRemove(i); | 4826 | _ = free_list.swapRemove(i); |
| 4827 | bl.deinit(self.base.allocator); | | |
| 4828 | } else { | 4827 | } else { |
| 4829 | i += 1; | 4828 | i += 1; |
| 4830 | } | 4829 | } |