Re: [FFmpeg-devel] [PATCH] lavf/img2dec: Fix memory leak

2015-09-29 Thread Michael Niedermayer
On Tue, Sep 29, 2015 at 03:25:07PM +0200, Przemysław Sobala wrote: > Fixes #4886 > --- > libavformat/img2dec.c | 32 +++- > 1 file changed, 23 insertions(+), 9 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0F

[FFmpeg-devel] [PATCH] lavf/img2dec: Fix memory leak

2015-09-29 Thread Przemysław Sobala
Fixes #4886 --- libavformat/img2dec.c | 32 +++- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c index 70f0b09..2c0fd9a 100644 --- a/libavformat/img2dec.c +++ b/libavformat/img2dec.c @@ -444,14 +444,17 @@ int

Re: [FFmpeg-devel] [PATCH] lavf/img2dec: Fix memory leak

2015-09-29 Thread Michael Niedermayer
On Tue, Sep 29, 2015 at 12:29:52PM +0200, Przemysław Sobala wrote: > W dniu 29.09.2015 o 12:22, Hendrik Leppkes pisze: > >On Tue, Sep 29, 2015 at 12:14 PM, Przemysław Sobala > > wrote: > >>Fixes #4886 > >>--- > >> libavformat/img2dec.c | 6 +- > >> 1 file changed, 5 insertions(+), 1 deletion(-

Re: [FFmpeg-devel] [PATCH] lavf/img2dec: Fix memory leak

2015-09-29 Thread Przemysław Sobala
W dniu 29.09.2015 o 12:22, Hendrik Leppkes pisze: On Tue, Sep 29, 2015 at 12:14 PM, Przemysław Sobala wrote: Fixes #4886 --- libavformat/img2dec.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c index 70f0b09..fcd2b76 100

Re: [FFmpeg-devel] [PATCH] lavf/img2dec: Fix memory leak

2015-09-29 Thread Hendrik Leppkes
On Tue, Sep 29, 2015 at 12:14 PM, Przemysław Sobala wrote: > Fixes #4886 > --- > libavformat/img2dec.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c > index 70f0b09..fcd2b76 100644 > --- a/libavformat/img2dec.c > +++ b/

[FFmpeg-devel] [PATCH] lavf/img2dec: Fix memory leak

2015-09-29 Thread Przemysław Sobala
Fixes #4886 --- libavformat/img2dec.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c index 70f0b09..fcd2b76 100644 --- a/libavformat/img2dec.c +++ b/libavformat/img2dec.c @@ -444,8 +444,12 @@ int ff_img_read_packet(AVFormatCon