Re: [FFmpeg-devel] [PATCH] avformat/aiffenc: Add deinit function

2019-10-25 Thread Michael Niedermayer
On Fri, Oct 25, 2019 at 03:38:07AM +0200, Andreas Rheinhardt wrote: > Prevents memleaks if the trailer is never written. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/aiffenc.c | 13 + > 1 file changed, 9 insertions(+), 4 deletions(-) will apply thx [...] -- Michael

[FFmpeg-devel] [PATCH] avformat/aiffenc: Add deinit function

2019-10-24 Thread Andreas Rheinhardt
Prevents memleaks if the trailer is never written. Signed-off-by: Andreas Rheinhardt --- libavformat/aiffenc.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libavformat/aiffenc.c b/libavformat/aiffenc.c index d37b9ae1c6..e25794d185 100644 --- a/libavformat/aif