summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPragaspathi Thilagaraj <tpragasp@codeaurora.org>2018-06-15 12:36:59 +0530
committernshrivas <nshrivas@codeaurora.org>2018-06-20 09:08:21 -0700
commitcc9eabb8298ee4a09e40a187b2c60f714c8a3deb (patch)
tree2af1f99716f632ea2eb249a85411696c2ae4f915 /tools/perf/scripts/python
parent12a6493a132dea33be0c0bd01eb7c4c21fbd098b (diff)
qcacld-3.0: Fix mem leak during reset passpoint list wma command
The function sme_reset_passpoint_list, posts the wma message WMA_RESET_PASSPOINT_LIST_REQ. This message is freed at the sme_reset_passpoint_list in case of failure. But for the success case, the req_msg is not freed at wma_mc_process_msg. This results in mem_leak in the success case. Free the req_msg at wma_mc_process_msg after returning from the call wma_reset_passpoint_network_list. Change-Id: Ib4b427a8acc2d531ac9d6e8f92a30205163ec0ba CRs-Fixed: 2259237
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions