fixing command pool

This commit is contained in:
2025-12-18 17:25:34 +01:00
parent a67660f17b
commit 084412ac1c
2 changed files with 17 additions and 6 deletions

View File

@@ -33,9 +33,6 @@ pub fn deinit(self: *Self) void {
}
}
if (self.managers.count() == 0) {
self.mutex.lock();
self.mutex.unlock();
self.managers.deinit(self.allocator.allocator());
self.* = .init;
}