Re: [FFmpeg-devel] [PATCH] avformat/http: fix memleak

2020-09-24 Thread Michael Niedermayer
On Thu, Sep 24, 2020 at 11:13:49AM +0800, myp...@gmail.com wrote: > On Thu, Sep 24, 2020 at 2:10 AM Zhao Zhili wrote: > > > > Ping for review. > > > > > On Aug 24, 2020, at 12:58 AM, Zhao Zhili wrote: > > > > > > --- > > > libavformat/http.c | 3 ++- > > > 1 file changed, 2 insertions(+), 1 deleti

Re: [FFmpeg-devel] [PATCH] avformat/http: fix memleak

2020-09-23 Thread myp...@gmail.com
On Thu, Sep 24, 2020 at 2:10 AM Zhao Zhili wrote: > > Ping for review. > > > On Aug 24, 2020, at 12:58 AM, Zhao Zhili wrote: > > > > --- > > libavformat/http.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/libavformat/http.c b/libavformat/http.c > > index 6c39da1

Re: [FFmpeg-devel] [PATCH] avformat/http: fix memleak

2020-09-23 Thread Zhao Zhili
Ping for review. > On Aug 24, 2020, at 12:58 AM, Zhao Zhili wrote: > > --- > libavformat/http.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavformat/http.c b/libavformat/http.c > index 6c39da1a8b..3d25d652d3 100644 > --- a/libavformat/http.c > +++ b/libavformat/

[FFmpeg-devel] [PATCH] avformat/http: fix memleak

2020-08-23 Thread Zhao Zhili
--- libavformat/http.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/http.c b/libavformat/http.c index 6c39da1a8b..3d25d652d3 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -577,7 +577,7 @@ static int http_open(URLContext *h, const char *uri, int f