Skip to content

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.

Merge request reports