[][src]Function miniz_oxide_c_api::tdefl_deallocate

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

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

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