ffmpeg/libavcodec/tests
Jiasheng Jiang 9251abf87d
libavcodec/tests/snowenc: Add av_free() to avoid memory leak
Add av_free() to free s.temp_dwt_buffer and s.temp_idwt_buffer at the end of the function to avoid memory leak.

Fixes: 5d48e4eafa ("Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'")
Signed-off-by: Jiasheng Jiang <jiashengjiangcool@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 446cfbfb74)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2025-08-13 22:05:49 +02:00
..
aarch64
arm
ppc
x86 avcodec/x86/idctdsp: Remove obsolete MMX(EXT) functions 2022-06-22 13:33:27 +02:00
.gitignore avcodec/tests: Update .gitignore file 2021-12-16 12:25:55 +01:00
avcodec.c avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 2022-04-05 20:02:37 +02:00
avfft.c
avpacket.c avcodec/tests/avpacket: Add av_free() to avoid memory leak 2025-08-04 16:44:28 +02:00
cabac.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
celp_math.c
codec_desc.c
dct.c avcodec/tests/dct: Use 64bit in intermediate for error computation 2024-06-13 19:40:50 +02:00
fft-fixed32.c avcodec: Remove the FFT_FIXED_32 define 2021-08-05 19:46:33 +02:00
fft.c avutil/avassert: Don't include avutil.h 2022-02-24 12:56:49 +01:00
golomb.c avcodec/golomb: Factor writing golomb codes out 2022-01-06 08:28:02 +01:00
h264_levels.c
h265_levels.c
htmlsubtitles.c
iirfilter.c
jpeg2000dwt.c avcodec/tests/jpeg2000dwt: Use 64bit in comparission 2024-06-13 19:38:39 +02:00
mathops.c
mjpegenc_huffman.c
motion.c libavcodec/tests/motion: Add check for avcodec_alloc_context3() 2025-08-04 16:44:28 +02:00
mpeg12framerate.c
rangecoder.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
snowenc.c libavcodec/tests/snowenc: Add av_free() to avoid memory leak 2025-08-13 22:05:49 +02:00