commit | 7ac65f02294f509c6cfe302379f9e9e131db0408 | [log] [tgz] |
---|---|---|
author | Sushant Kaushik <skaushik@qti.qualcomm.com> | Mon Apr 13 16:12:23 2015 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Tue Apr 21 17:22:00 2015 +0530 |
tree | 886bca5c963b2bca2397d9b7539b9dc004639994 | |
parent | 40530edca1fd3ba76837c472c09c9ecb0f3dbab9 [diff] |
wlan: Fix memory leak in limSendSmeDisassocNtf. In function limSendSmeDisassocNtf, there are some instance where we return from this func, without calling peDeleteSession. In peDeleteSession, memory allocated to various structure such as StartBssReq are freed. As a result we have memory leak here. As part of fix make sure the memory allocated is properly freed. Change-Id: If4f7148aa3b7d6478ccc173aa9125dd8599c5410 CRs-Fixed: 821512