Re: [FFmpeg-devel] [PATCH] avformat/libsrt: Fix epoll fd leak

2020-09-02 Thread Marton Balint
On Wed, 26 Aug 2020, Nicolas Sugino wrote: Call srt_epoll_release() to avoid fd leak on libsrt_open() error. --- libavformat/libsrt.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index 4025b24976..6da372081e 1006

[FFmpeg-devel] [PATCH] avformat/libsrt: Fix epoll fd leak

2020-08-25 Thread Nicolas Sugino
Call srt_epoll_release() to avoid fd leak on libsrt_open() error. --- libavformat/libsrt.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index 4025b24976..6da372081e 100644 --- a/libavformat/libsrt.c +++ b/libavform