mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 15:42:49 +00:00
Zlib: Make deinit function public
This commit is contained in:
parent
389c260252
commit
61cd9099e2
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user