Skip to main content

M_freeCompileConfig

Function M_freeCompileConfig 

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

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

@param config The compilation configuration to deallocate.