Function projectm_playlist_free_string_array

Source
pub unsafe extern "C" fn projectm_playlist_free_string_array(
    array: *mut *mut c_char,
)
Expand description

@brief Frees a string array returned by any of the playlist API functions.

Please only use this function with pointers returned by the playlist library, and don’t use other projectM memory management functions with pointers returned by the playlist library.

@param array The pointer to the array of strings that should be freed.