Re: [FFmpeg-devel] [PATCH 2/6] apv_decode: Fix memory leak on decode error

2025-05-05 Thread Mark Thompson
On 03/05/2025 23:46, James Almer wrote: > On 5/3/2025 2:55 PM, Mark Thompson wrote: >> --- >>   libavcodec/apv_decode.c | 7 +-- >>   1 file changed, 5 insertions(+), 2 deletions(-) >> >> diff --git a/libavcodec/apv_decode.c b/libavcodec/apv_decode.c >> index b1e1db7d64..2a59c9b25d 100644 >> ---

Re: [FFmpeg-devel] [PATCH 2/6] apv_decode: Fix memory leak on decode error

2025-05-03 Thread James Almer
On 5/3/2025 2:55 PM, Mark Thompson wrote: --- libavcodec/apv_decode.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/apv_decode.c b/libavcodec/apv_decode.c index b1e1db7d64..2a59c9b25d 100644 --- a/libavcodec/apv_decode.c +++ b/libavcodec/apv_decode.c @@

[FFmpeg-devel] [PATCH 2/6] apv_decode: Fix memory leak on decode error

2025-05-03 Thread Mark Thompson
--- libavcodec/apv_decode.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/apv_decode.c b/libavcodec/apv_decode.c index b1e1db7d64..2a59c9b25d 100644 --- a/libavcodec/apv_decode.c +++ b/libavcodec/apv_decode.c @@ -377,7 +377,7 @@ static int apv_decode_frame(A