[FFmpeg-devel] Re: [PATCH 3/3] nutdec: fix various memleaks on failure

2015-05-23 Thread Andreas Cadhalpun
On 23.05.2015 10:52, Andreas Cadhalpun wrote: > On 23.05.2015 01:36, Michael Niedermayer wrote: >> On Fri, May 22, 2015 at 11:36:55PM +0200, Andreas Cadhalpun wrote: >> [...] >>> @@ -1095,10 +1121,14 @@ static int decode_frame(NUTContext *nut, AVPacket >>> *pkt, int frame_code) >>> pkt->pos =

[FFmpeg-devel] Re: [PATCH 3/3] nutdec: fix various memleaks on failure

2015-05-23 Thread Andreas Cadhalpun
On 23.05.2015 01:36, Michael Niedermayer wrote: > On Fri, May 22, 2015 at 11:36:55PM +0200, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/nutdec.c | 77 >> +--- >> 1 file changed, 55 insertions(+), 22 deletions(