Re: [FFmpeg-devel] [PATCH v1 08/11] avformat/rtmpproto: fix memleak when open rtmp failed

2019-10-09 Thread Paul B Mahol
On 10/9/19, Limin Wang wrote: > On Wed, Oct 09, 2019 at 03:35:27PM +0800, Steven Liu wrote: >> Signed-off-by: Steven Liu >> --- >> libavformat/rtmpproto.c | 6 ++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c >> index

Re: [FFmpeg-devel] [PATCH v1 08/11] avformat/rtmpproto: fix memleak when open rtmp failed

2019-10-09 Thread Limin Wang
On Wed, Oct 09, 2019 at 03:35:27PM +0800, Steven Liu wrote: > Signed-off-by: Steven Liu > --- > libavformat/rtmpproto.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c > index eb08d4d424..ae5eef8bca 100644 > ---