Skip to content

srt: Don't leak the connection_poll_id on close()

Jan Schmidt requested to merge thaytan/gst-plugins-bad:srt-fd-leak into master

Attempting to reach an inactive SRT peer in caller mode was leaking an fd every few seconds in the gst_srt_object_close()/open() loop.

Merge request reports