summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorPragaspathi Thilagaraj <tpragasp@codeaurora.org>2018-08-10 22:15:56 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-08-24 01:08:34 -0700
commitbb7815aca4b5c44a088ad3a8ba0dc7e300671f55 (patch)
tree76f3a5a314a6ed3f3aaf814d2c2b25e38d0f7bfb /scripts/gdb/linux/tasks.py
parent69466003b21c21c4d1b4ff648ec7e989114467af (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 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions