diff options
author | Hans Verkuil | 2010-12-31 11:47:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2011-01-19 11:52:13 -0200 |
commit | 46b633779b299c7fb3d78f153a5034055f99cd45 (patch) | |
tree | 45db9a1313d43a9438f105f3d257cc592cf050a6 /firmware | |
parent | 6ce3ced4f73e3f0c345f47dc99fd21f2248724a8 (diff) |
[media] v4l2-dev: don't memset video_device.dev
Zeroing video_device.dev causes a memory leak if video_set_drvdata
was called before video_register_device was called. video_set_drvdata
calls dev_set_drvdata which allocates video_device.dev.p.
memsetting this will prevent freeing of that memory.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions