Change #237955
Category | ffmpeg |
Changed by | Lidong Yan <yldhome2d2 | @gmail.com>
Changed at | Sat 28 Jun 2025 23:54:40 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | a17596f55bcaac57c7670c053b28599bc6d1c347 |
Comments
avfilter/vf_lut3d: fix leak if allocate_3dlut failed In parse_cinespace(), memory allocated in in_prelut[] and out_prelut[] would leak if allocate_3dlut() failed. Replace return ret with goto end to free memory before return error code. Signed-off-by: Lidong Yan <502024330056@smail.nju.edu.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- libavfilter/vf_lut3d.c