Re: [FFmpeg-devel] [PATCH 3/4] avcodec/imc: Fix leak on init error

2023-09-11 Thread Paul B Mahol
LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 3/4] avcodec/imc: Fix leak on init error

2023-09-11 Thread Andreas Rheinhardt
Since e6afa61be97674312e36c9b6f8bb5fba009232e7 an AVFloatDSPContext would leak on av_tx_init() failure. Signed-off-by: Andreas Rheinhardt --- libavcodec/imc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/imc.c b/libavcodec/imc.c index 83572c4f2c..754ceff958 100644 ---