Re: [FFmpeg-devel] [PATCH] avformat/tests/imf: fix memleak

2023-05-19 Thread Pierre-Anthony Lemieux
On Fri, May 19, 2023 at 5:21 AM "zhilizhao(赵志立)" wrote: > > > > On May 20, 2023, at 01:40, Zhao Zhili wrote: > > > > From: Zhao Zhili > > > > It breaks fate test with asan. > > > > Signed-off-by: Zhao Zhili > > --- > > libavformat/tests/imf.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > I

Re: [FFmpeg-devel] [PATCH] avformat/tests/imf: fix memleak

2023-05-19 Thread zhilizhao(赵志立)
> On May 20, 2023, at 01:40, Zhao Zhili wrote: > > From: Zhao Zhili > > It breaks fate test with asan. > > Signed-off-by: Zhao Zhili > --- > libavformat/tests/imf.c | 2 ++ > 1 file changed, 2 insertions(+) > It has already been fixed. Please drop the patch. __

[FFmpeg-devel] [PATCH] avformat/tests/imf: fix memleak

2023-05-19 Thread Zhao Zhili
From: Zhao Zhili It breaks fate test with asan. Signed-off-by: Zhao Zhili --- libavformat/tests/imf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/tests/imf.c b/libavformat/tests/imf.c index cfd84fb8c8..ee2ca375bf 100644 --- a/libavformat/tests/imf.c +++ b/libavformat/test