Re: [FFmpeg-devel] [PATCH] libavformat/http: Fix memory leak in get_cookies.

2018-04-17 Thread Richard Shaffer
On Tue, Apr 17, 2018 at 1:04 PM, wm4 wrote: > On Tue, 17 Apr 2018 10:48:16 -0700 > Richard Shaffer wrote: > > > On Fri, Apr 13, 2018 at 4:42 PM, wrote: > > > > > From: Richard Shaffer > > > > > > --- > > >

Re: [FFmpeg-devel] [PATCH] libavformat/http: Fix memory leak in get_cookies.

2018-04-17 Thread wm4
On Tue, 17 Apr 2018 10:48:16 -0700 Richard Shaffer wrote: > On Fri, Apr 13, 2018 at 4:42 PM, wrote: > > > From: Richard Shaffer > > > > --- > > libavformat/http.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git

Re: [FFmpeg-devel] [PATCH] libavformat/http: Fix memory leak in get_cookies.

2018-04-17 Thread Richard Shaffer
On Fri, Apr 13, 2018 at 4:42 PM, wrote: > From: Richard Shaffer > > --- > libavformat/http.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/http.c b/libavformat/http.c > index 983034f083..b4a1919f24 100644 > ---

[FFmpeg-devel] [PATCH] libavformat/http: Fix memory leak in get_cookies.

2018-04-13 Thread rshaffer
From: Richard Shaffer --- libavformat/http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/http.c b/libavformat/http.c index 983034f083..b4a1919f24 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -1103,6 +1103,7 @@ static int