info: fix memleak in GST_DEBUG_FUNCPTR_NAME
If GST_DISABLE_DEBUG is defined, GST_DEBUG_FUNCPTR_NAME was returning a newly allocated string, while it's not expected to give ownership on it's return value to the caller.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
If GST_DISABLE_DEBUG is defined, GST_DEBUG_FUNCPTR_NAME was returning a newly allocated string, while it's not expected to give ownership on it's return value to the caller.