summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPragaspathi Thilagaraj <tpragasp@codeaurora.org>2018-08-10 22:15:56 +0530
committernshrivas <nshrivas@codeaurora.org>2018-08-16 07:17:48 -0700
commit96af24510f47097db2cf5a6e34806405aef1b1a4 (patch)
tree33dbe18c9f8708ea0fcb4cc906b58ed21f365113 /tools/perf/scripts/python
parentca524d1dce12e09f5a5e5518feb665b818f05982 (diff)
qcacld-3.0: Fix possible memleak in lim_post_join_set_link_state_callback
The callback function lim_post_join_set_link_state_callback gets struct session_params as argument. This memory was dynamically allocated in lim_process_mlm_post_join_suspend_link. This is not freed in one case where the msg->bodyptr passed is freed but the nested callbackarg is not freed. Free the session_cb_param in the function lim_post_join_set_link_state_callback. Change-Id: I5a7c6ef54137822d9436d44c400b90c0e3e70c89 CRs-Fixed: 2296390
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions