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

2020-02-25 Thread Michael Niedermayer
On Tue, Jan 14, 2020 at 04:13:36AM +0100, Andreas Rheinhardt wrote: > Prevents memleaks when the trailer is never written or when shifting the > data fails when writing the trailer. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/segafilmenc.c | 14 ++ > 1 file changed, 14

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

2020-01-13 Thread Andreas Rheinhardt
Prevents memleaks when the trailer is never written or when shifting the data fails when writing the trailer. Signed-off-by: Andreas Rheinhardt --- libavformat/segafilmenc.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/libavformat/segafilmenc.c b/libavformat/segafilmenc.c