Commit 61cd9099e2
Changed files (1)
lib
std
compress
lib/std/compress/zlib.zig
@@ -62,7 +62,7 @@ pub fn ZlibStream(comptime ReaderType: type) type {
};
}
- fn deinit(self: *Self) void {
+ pub fn deinit(self: *Self) void {
self.allocator.free(self.window_slice);
}