Skip to content

webrtcice: Fix memory leaks in gst_webrtc_ice_add_candidate()

Sangchul Lee requested to merge sangchul/gstreamer:memory_leaks_fix into main

Some memory leaks in gst_webrtc_ice_add_candidate() are fixed. Also, goto statement dedicated to failure case is revised to reduce lines.

Merge request reports