xz_embedded_sys::xz_dec_end [] [src]

pub unsafe extern fn xz_dec_end(s: *mut xz_dec)

Free the memory allocated for the decoder state

@s: Decoder state allocated using xz_dec_init(). If s is NULL, this function does nothing.