Re: [FFmpeg-devel] [PATCH 2/3] avformat/aiffenc: Fix potential memleak upon failure

2019-10-03 Thread Michael Niedermayer
On Wed, Oct 02, 2019 at 09:10:18AM +0200, Matthieu Bouron wrote: > On Wed, Oct 02, 2019 at 06:04:11AM +0200, Andreas Rheinhardt wrote: > > Signed-off-by: Andreas Rheinhardt > > --- > > libavformat/aiffenc.c | 7 --- > > 1 file changed, 4 insertions(+), 3 deletions(-) > > > > diff --git

Re: [FFmpeg-devel] [PATCH 2/3] avformat/aiffenc: Fix potential memleak upon failure

2019-10-02 Thread Matthieu Bouron
On Wed, Oct 02, 2019 at 06:04:11AM +0200, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavformat/aiffenc.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/libavformat/aiffenc.c b/libavformat/aiffenc.c > index dd8b8c3d01..0b837cd264