Re: [FFmpeg-devel] [PATCH 1/3] avformat/swfdec: Fix memleaks on error

2020-09-23 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > libavformat/swfdec.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/libavformat/swfdec.c b/libavformat/swfdec.c > index e427998744..7a74fa3ac7 100644 > --- a/libavformat/swfdec.c > +++ b/libavformat/s

[FFmpeg-devel] [PATCH 1/3] avformat/swfdec: Fix memleaks on error

2020-09-20 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavformat/swfdec.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/swfdec.c b/libavformat/swfdec.c index e427998744..7a74fa3ac7 100644 --- a/libavformat/swfdec.c +++ b/libavformat/swfdec.c @@ -146,13 +146,18 @@ static i