Skip to main content

M_freeStatus

Function M_freeStatus 

Source
pub unsafe extern "C" fn M_freeStatus(status: *mut M_Status)
Expand description

Deallocates the memory for the status object. No-op if status is NULL.

@param status The status object for reporting errors and other messages.