commit | 9e2d5793f1a9a540acaccab7327bf84775644124 | [log] [tgz] |
---|---|---|
author | Srinivas Dasari <dasaris@codeaurora.org> | Mon Nov 09 18:47:21 2015 +0530 |
committer | Subhani Shaik <subhanis@codeaurora.org> | Sun Jan 10 06:34:07 2016 -0800 |
tree | 732e28c79139a543e676a45b38935fac14252b72 | |
parent | a1f5474e39d676d8ed640b65597b676513631e33 [diff] |
Wifi-HAL: Free the nlmsg after receiving the response nlmsg gets freed if the object is destroyed. As llstats use singleton object, no nlmsg_free()/destroy() is getting called to free it. Free the nlmsg in such cases explicitly after receiving the expected response from driver. Change-Id: I6504ddc89ba65d4ed0e9437a79039f06bd44c55b CRs-Fixed: 940194