Zlib: Make deinit function public
This commit is contained in:
committed by
Andrew Kelley
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user