linux-stable/drivers/media/common/v4l2-tpg
Zhipeng Lu 6bf5c2fade media: v4l2-tpg: fix some memleaks in tpg_alloc
[ Upstream commit 8cf9c50510 ]

In tpg_alloc, resources should be deallocated in each and every
error-handling paths, since they are allocated in for statements.
Otherwise there would be memleaks because tpg_free is called only when
tpg_alloc return 0.

Fixes: 63881df94d ("[media] vivid: add the Test Pattern Generator")
Signed-off-by: Zhipeng Lu <alexious@zju.edu.cn>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:20:46 -04:00
..
Kconfig
Makefile
v4l2-tpg-colors.c
v4l2-tpg-core.c media: v4l2-tpg: fix some memleaks in tpg_alloc 2024-03-26 18:20:46 -04:00