diff options
author | Daniel Almeida <[email protected]> | 2021-07-02 03:01:28 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2021-10-18 16:29:34 +0100 |
commit | fe47b6d7582ad1a608d8341c3e02c3e06f5678e6 (patch) | |
tree | cd4c07d9056f4cc7409ade5c60791a8bd4a10297 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | fd2eda71a47b095e81b9170c3f8b7ae82b04e785 (diff) |
media: cedrus: fix double free
If v4l2_ctrl_new_custom fails in cedrus_init_ctrls the error path will
free ctx->ctrls, which is also freed in cedrus release. Fix this by
setting ctx->ctrls to NULL instead of inadvertently removing kfree
calls.
Signed-off-by: Daniel Almeida <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions