feat: refactor1

This commit is contained in:
2025-05-23 15:30:48 +02:00
parent 33d8306f22
commit 0cb9387492
3 changed files with 8 additions and 8 deletions

View File

@@ -127,6 +127,7 @@ pub const Tab = struct {
c.item.deinit();
}
self._private.currentItemsAllocator.deinit();
self.allocator.destroy(self);
}
};