Re: [FFmpeg-devel] [PATCH] avformat/vqf: fix memory leak in add_metadata()

2025-01-29 Thread Jan Ekström
On Wed, Jan 29, 2025 at 10:21 PM Jan Ekström wrote: > > On Sun, Jan 26, 2025 at 9:41 PM Kacper Michajłow wrote: > > > > Signed-off-by: Kacper Michajłow > > --- > > libavformat/vqf.c | 8 > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/libavformat/vqf.c b/libavf

Re: [FFmpeg-devel] [PATCH] avformat/vqf: fix memory leak in add_metadata()

2025-01-29 Thread Jan Ekström
On Sun, Jan 26, 2025 at 9:41 PM Kacper Michajłow wrote: > > Signed-off-by: Kacper Michajłow > --- > libavformat/vqf.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavformat/vqf.c b/libavformat/vqf.c > index 58b1546f53..fbe54739cd 100644 > --- a/libavformat/v

[FFmpeg-devel] [PATCH] avformat/vqf: fix memory leak in add_metadata()

2025-01-26 Thread Kacper Michajłow
Signed-off-by: Kacper Michajłow --- libavformat/vqf.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavformat/vqf.c b/libavformat/vqf.c index 58b1546f53..fbe54739cd 100644 --- a/libavformat/vqf.c +++ b/libavformat/vqf.c @@ -66,10 +66,10 @@ static int add_metadata(A