Function loadorder_ffi::lo_free_string[][src]

#[no_mangle]
pub unsafe extern "C" fn lo_free_string(string: *mut c_char)

Free memory allocated to string output.

This function should be called to free memory allocated by any API function that outputs a string, excluding lo_get_error_message().