Files
FFmpeg/libswscale
Huihui_Huang 6e37545d6b swscale: fix possible lut leak in adapt_colors()
adapt_colors() allocates a SwsLut3D before calling add_convert_pass(). If add_convert_pass() fails, the function returns without freeing the previously allocated lut. Free lut on that error path.

Signed-off-by: Huihui_Huang <hhhuang@smu.edu.sg>
2026-03-17 15:56:40 +08:00
..
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2026-03-01 21:57:53 +00:00
2026-03-01 21:57:53 +00:00
2025-07-22 19:56:34 +02:00