diff options
| author | Jesper Juhl <[email protected]> | 2012-01-29 16:55:28 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2012-02-08 12:38:57 -0200 |
| commit | 9fa728ea35501fb5cd56880839ad867265c61822 (patch) | |
| tree | 1cd006be56640036e6db87da0d3052e47b08022b /tools/perf/scripts/python | |
| parent | 41292b16117bdd8e1321223b6a14e86aa1cb5fbb (diff) | |
[media] easycap: Fix mem leak in easycap_usb_probe()
If allocating 'pdata_urb' fails, the function will return -ENOMEM
without freeing the memory allocated, just a few lines above, for
'purb' and will leak that memory when 'purb' goes out of scope.
This patch resolves the leak by freeing the allocated storage with
usb_free_urb() before the return.
Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions