Re: [FFmpeg-devel] [PATCH v3 1/2] fate/imf: fix memory leak

2023-05-18 Thread Pierre-Anthony Lemieux
Will apply shortly. On Mon, May 15, 2023 at 11:33 AM wrote: > > From: Pierre-Anthony Lemieux > > --- > libavformat/tests/imf.c | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/libavformat/tests/imf.c b/libavformat/tests/imf.c > index cfd84fb8c8..c02cd87ceb 10

[FFmpeg-devel] [PATCH v3 1/2] fate/imf: fix memory leak

2023-05-15 Thread pal
From: Pierre-Anthony Lemieux --- libavformat/tests/imf.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavformat/tests/imf.c b/libavformat/tests/imf.c index cfd84fb8c8..c02cd87ceb 100644 --- a/libavformat/tests/imf.c +++ b/libavformat/tests/imf.c @@ -402,6 +40