Function deinit [src]

Prototype

pub fn deinit(self: *Decoder, allocator: Allocator) void

Parameters

self: *Decoderallocator: Allocator

Source

pub fn deinit(self: *Decoder, allocator: Allocator) void { self.lzma_state.deinit(allocator); self.* = undefined; }