Function projectm_rs::projectm_free_string
source · [−]Expand description
@brief Frees the memory of an allocated string.
Frees the memory allocated by a call to projectm_alloc_string() or any (const) char* pointers returned by a projectM API call.
Do not use free() to delete the pointer!
@param settings A pointer returned by projectm_alloc_string().