aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-09-17 13:49:30 +0200
committerMauro Carvalho Chehab <[email protected]>2021-12-07 11:29:53 +0100
commit4b065060555b14c7a9b86c013a1c9bee8e8b6fbd (patch)
tree67ac7fc53564a6b684d8fab6c6a0dca909325440 /tools/perf/scripts/python
parent4383cfa18c5bbc5b9b6a9e77adc12aec1c20b72d (diff)
media: uvcvideo: Fix memory leak of object map on error exit path
Currently when the allocation of map->name fails the error exit path does not kfree the previously allocated object map. Fix this by setting ret to -ENOMEM and taking the free_map exit error path to ensure map is kfree'd. Addresses-Coverity: ("Resource leak") Fixes: 70fa906d6fce ("media: uvcvideo: Use control names from framework") Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Ricardo Ribalda <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions