Skip to main content

M_freeRuntimeConfig

Function M_freeRuntimeConfig 

Source
pub unsafe extern "C" fn M_freeRuntimeConfig(
    config: *mut M_RuntimeConfig,
)
Expand description

Deallocates the memory for a runtime config. No-op if config is NULL.

@param config The runtime config.