aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
diff options
context:
space:
mode:
authorWenwen Wang <wenwen@cs.uga.edu>2019-08-17 04:04:04 -0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-08-21 18:39:54 -0300
commit2f6451ed8b5223a28eab81116dd2f901c0dc9f4a (patch)
tree22c2e04b9bc3b429e2102b82eb4e5af1ea9f278f /drivers/media/pci
parentmedia: dvb-frontends: fix memory leaks (diff)
downloadlinux-dev-2f6451ed8b5223a28eab81116dd2f901c0dc9f4a.tar.xz
linux-dev-2f6451ed8b5223a28eab81116dd2f901c0dc9f4a.zip
media: dvb-frontends: fix a memory leak bug
In cx24117_load_firmware(), 'buf' is allocated through kmalloc() to hold the firmware. However, if i2c_transfer() fails, it is not deallocated, leading to a memory leak bug. Signed-off-by: Wenwen Wang <wenwen@cs.uga.edu> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/pci')
0 files changed, 0 insertions, 0 deletions