Re: [FFmpeg-devel] [PATCH] libavcodec/speexdec: fix memleak in error path

2021-10-11 Thread Andreas Rheinhardt
Zhao Zhili: > --- > libavcodec/speexdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/speexdec.c b/libavcodec/speexdec.c > index 35270e6723..fccceab74c 100644 > --- a/libavcodec/speexdec.c > +++ b/libavcodec/speexdec.c > @@ -1586,5 +1586,5 @@ const AVCodec

[FFmpeg-devel] [PATCH] libavcodec/speexdec: fix memleak in error path

2021-10-11 Thread Zhao Zhili
--- libavcodec/speexdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/speexdec.c b/libavcodec/speexdec.c index 35270e6723..fccceab74c 100644 --- a/libavcodec/speexdec.c +++ b/libavcodec/speexdec.c @@ -1586,5 +1586,5 @@ const AVCodec ff_speex_decoder = { .clo