Re: [FFmpeg-devel] [PATCH] avformat/http: Stop cookie_dict leaking on errors.

2021-06-26 Thread Tomas Härdin
fre 2021-06-11 klockan 09:51 +0200 skrev Robert Bengtsson-Ölund: > On Wed, 2 Jun 2021 at 08:55, Steven Liu wrote: > > LGTM > > > > > > Thanks > > Steven > > Hi everyone > > Am I supposed to do something for this to get applied or is it just a > matter of time until someone picks it up? Passes

Re: [FFmpeg-devel] [PATCH] avformat/http: Stop cookie_dict leaking on errors.

2021-06-11 Thread Robert Bengtsson-Ölund
On Wed, 2 Jun 2021 at 08:55, Steven Liu wrote: > > LGTM > > > Thanks > Steven Hi everyone Am I supposed to do something for this to get applied or is it just a matter of time until someone picks it up? Best regards /Robert ___ ffmpeg-devel mailing li

Re: [FFmpeg-devel] [PATCH] avformat/http: Stop cookie_dict leaking on errors.

2021-06-02 Thread Steven Liu
Robert Bengtsson-Ölund 于2021年6月2日周三 上午1:12写道: > > This solves the memory leak reported in https://trac.ffmpeg.org/ticket/9273 > > Signed-off-by: Robert Bengtsson-Ölund > --- > libavformat/http.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/libavformat/http.c b/li

[FFmpeg-devel] [PATCH] avformat/http: Stop cookie_dict leaking on errors.

2021-06-01 Thread Robert Bengtsson-Ölund
This solves the memory leak reported in https://trac.ffmpeg.org/ticket/9273 Signed-off-by: Robert Bengtsson-Ölund --- libavformat/http.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/http.c b/libavformat/http.c index 1fc95c768c..476b9a8456 100644 --- a/liba