Re: [FFmpeg-devel] [PATCH] tiff: fix leaking yuv_line

2017-02-17 Thread Michael Niedermayer
On Fri, Feb 17, 2017 at 02:05:06AM +0100, Andreas Cadhalpun wrote: > On 16.02.2017 03:15, Michael Niedermayer wrote: > > On Thu, Feb 16, 2017 at 12:23:28AM +0100, Andreas Cadhalpun wrote: > >> Signed-off-by: Andreas Cadhalpun > >> --- > >> libavcodec/tiff.c | 1 + > >> 1 file changed, 1 insertion

Re: [FFmpeg-devel] [PATCH] tiff: fix leaking yuv_line

2017-02-16 Thread Andreas Cadhalpun
On 16.02.2017 03:15, Michael Niedermayer wrote: > On Thu, Feb 16, 2017 at 12:23:28AM +0100, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/tiff.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c >> index efbd9791a

Re: [FFmpeg-devel] [PATCH] tiff: fix leaking yuv_line

2017-02-15 Thread Michael Niedermayer
On Thu, Feb 16, 2017 at 12:23:28AM +0100, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/tiff.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c > index efbd9791a5..474ea90015 100644 > --- a/libavcodec/tiff.c > +++ b/l