Skip to main content

M_freeModel

Function M_freeModel 

Source
pub unsafe extern "C" fn M_freeModel(model: *mut M_AsyncModel)
Expand description

Deallocates the memory for the model. No-op if model is NULL.

@param model The model to deallocate.