mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-22 01:06:03 +00:00
![]() 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:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
v4l2-tpg-colors.c | ||
v4l2-tpg-core.c |