diff options
author | Colin Ian King <[email protected]> | 2018-01-22 09:38:57 +0000 |
---|---|---|
committer | Jon Mason <[email protected]> | 2018-01-28 22:17:24 -0500 |
commit | 2e2bc5a9a300261853303c006b7c29faafc64221 (patch) | |
tree | 8fd676caf858363541e4d64130bda58c9faa0047 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 1536dc063e82090c5da65ddd94b1da1b38bfab43 (diff) |
NTB: ntb_tool: fix memory leak on 'buf' on error exit path
Currently there is a memory leak on buf when the call to ntb_mw_get_align
fails. Add an exit err label and jump to this so that kfree on buf frees
the memory.
Detected by CoverityScan, CID#1464286 ("Resource leak")
Fixes: d637628ce00c ("NTB: ntb_tool: Add full multi-port NTB API support")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Serge Semin <[email protected]>
Signed-off-by: Jon Mason <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions