diff options
| author | Zilin Guan <zilin@seu.edu.cn> | 2025-11-11 14:57:06 +0000 |
|---|---|---|
| committer | Hans Verkuil <hverkuil+cisco@kernel.org> | 2026-01-05 15:56:31 +0100 |
| commit | a519e21e32398459ba357e67b541402f7295ee1b (patch) | |
| tree | 8b02bd44878aa645bc45caa5972494e97fae6dea /tools/lib/python/kdoc/python_version.py | |
| parent | a176ac5e701f1ba30843c0d7e0663a761bf9a61a (diff) | |
| download | linux-a519e21e32398459ba357e67b541402f7295ee1b.tar.gz linux-a519e21e32398459ba357e67b541402f7295ee1b.zip | |
media: chips-media: wave5: Fix memory leak on codec_info allocation failure
In wave5_vpu_open_enc() and wave5_vpu_open_dec(), a vpu instance is
allocated via kzalloc(). If the subsequent allocation for inst->codec_info
fails, the functions return -ENOMEM without freeing the previously
allocated instance, causing a memory leak.
Fix this by calling kfree() on the instance in this error path to ensure
it is properly released.
Fixes: 9707a6254a8a6 ("media: chips-media: wave5: Add the v4l2 layer")
Signed-off-by: Zilin Guan <zilin@seu.edu.cn>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'tools/lib/python/kdoc/python_version.py')
0 files changed, 0 insertions, 0 deletions
