properly deinit cache

This commit is contained in:
Muki Kiboigo
2026-03-30 08:44:10 -07:00
parent 41f9e6521b
commit 501c523534
2 changed files with 8 additions and 0 deletions

View File

@@ -289,6 +289,8 @@ pub fn deinit(self: *Network) void {
wba.deinit(self.allocator);
}
if (self.cache) |*cache| cache.deinit();
globalDeinit();
}