Skip to main content

pamoja_calibration_free

Function pamoja_calibration_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_calibration_free( calibration: *mut PamojaCalibration, )
Expand description

Releases a calibration handle.

Passing null is a no-op.

ยงSafety

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