aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-09-27 22:36:27 +0100
committerBjorn Andersson <[email protected]>2018-09-27 20:11:11 -0700
commit940c620d6af8fca7d115de40f19870fba415efac (patch)
tree8a54a9e18eaa4ccfb6687c22880407a16f4af879 /scripts
parentf0beb4ba9b185d497c8efe7b349363700092aee0 (diff)
rpmsg: smd: fix memory leak on channel create
Currently a failed allocation of channel->name leads to an immediate return without freeing channel. Fix this by setting ret to -ENOMEM and jumping to an exit path that kfree's channel. Detected by CoverityScan, CID#1473692 ("Resource Leak") Fixes: 53e2822e56c7 ("rpmsg: Introduce Qualcomm SMD backend") Cc: [email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions