Skip to content

webrtc: patch leak caused by early return

Albert Sjölund requested to merge alberts/gstreamer:leak into main

In webrtc_data_channel_send functions, both data and string, an early return on a non-open datachannel caused it to leak the buffer used for pushing to appsrc, meaning any buffer sent after leaving the open state was leaked in full.

Merge request reports