Skip to main content

pamoja_smoother_free

Function pamoja_smoother_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_smoother_free( smoother: *mut PamojaSmoother, )
Expand description

Releases a smoother handle.

Passing null is a no-op.

ยงSafety

smoother must be a handle from pamoja_smoother_new that has not already been freed, or null. After this call it must not be used again.