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

[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