diff options
author | Mitch Williams <[email protected]> | 2014-08-01 13:27:13 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-08-02 19:41:15 -0700 |
commit | d31944d6f0872ba9536501c4850dfb20dea5bf64 (patch) | |
tree | 8d4b65758333c3cf5732a8c0520585f01917e494 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | d3e2edb70ecf877b4e5f42314449fc648b18627b (diff) |
i40evf: don't leak queue vectors
Fix a memory leak. Driver was allocating memory for queue vectors on
init but not freeing them on shutdown. These need to be freed at two
different times: during module unload, and during reset recovery when
the driver cannot contact the PF driver and needs to give up.
Change-ID: I7c1d0157a776e960d4da432dfe309035aad7c670
Signed-off-by: Mitch Williams <[email protected]>
Tested-by: Sibai Li <[email protected]>
Signed-off-by: Aaron Brown <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions