Function miniz_oxide_c_api::tdefl_deallocate[][src]

#[no_mangle]
pub unsafe extern "C" fn tdefl_deallocate(c: *mut Compressor)
Expand description

Deallocate the compressor. (Does nothing if the argument is null).

This also calles the compressor’s destructor, freeing the internal memory allocated by it.