Function loadorder_ffi::lo_free_string_array[][src]

#[no_mangle]
pub unsafe extern "C" fn lo_free_string_array(
    array: *mut *mut c_char,
    size: size_t
)

Free memory allocated to string array output.

This function should be called to free memory allocated by any API function that outputs an array of strings.