Skip to content

webrtc/nice: fix small leak of split strings

Mathieu Duponchelle requested to merge meh/gstreamer:nice-fix-leak into main

g_strfreev previously stopped at our manual NULL-termination. Fix by restoring the pointer after joining.

Merge request reports