properly deinit cache

This commit is contained in:
Muki Kiboigo
2026-03-30 08:44:10 -07:00
parent 7edb24e54d
commit 9c5e67fbf5
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();
}