mpv_free

General function to deallocate memory returned by some of the API functions. Call this only if it's explicitly documented as allowed. Calling this on mpv memory not owned by the caller will lead to undefined behavior.

@param data A valid pointer returned by the API, or NULL.

extern (C)
void
mpv_free
(
void* data
)

Meta