]> xenbits.xensource.com Git - people/aperard/linux.git/commit
media: ttpci: fix two memleaks in budget_av_attach
authorZhipeng Lu <alexious@zju.edu.cn>
Wed, 21 Feb 2024 05:17:04 +0000 (13:17 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 28 Feb 2024 15:00:33 +0000 (16:00 +0100)
commitd0b07f712bf61e1a3cf23c87c663791c42e50837
treec33d7a2554f23e07cdc03f1c04307daf98f56d23
parentb9b683844b01d171a72b9c0419a2d760d946ee12
media: ttpci: fix two memleaks in budget_av_attach

When saa7146_register_device and saa7146_vv_init fails, budget_av_attach
should free the resources it allocates, like the error-handling of
ttpci_budget_init does. Besides, there are two fixme comment refers to
such deallocations.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Zhipeng Lu <alexious@zju.edu.cn>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/pci/ttpci/budget-av.c