Function deinit [src]
Prototype
pub fn deinit(self: *Decoder, allocator: Allocator) void
Parameters
self: *Decoder
allocator: Allocator
Source
pub fn deinit(self: *Decoder, allocator: Allocator) void {
self.lzma_state.deinit(allocator);
self.* = undefined;
}