commit | 8eda994d3ba93235f2acc1fcbcc78453ff19e0eb | [log] [tgz] |
---|---|---|
author | Srinivas Dasari <dasaris@codeaurora.org> | Fri Oct 06 19:30:01 2017 +0530 |
committer | Srinivas Dasari <dasaris@codeaurora.org> | Mon Oct 09 10:53:49 2017 +0530 |
tree | 5abc71ef7b4f5383869b7ed276b701264253fe98 | |
parent | ddc3d4799a6ff80f212f3a1a575ee189fe9eea3d [diff] |
Wifi-HAL: Free tx_time_per_level of all radios Currently tx_time_per_level of the first radio is getting freed. This causes memory leak when driver sends multiple radio stats. Traverse through the radio stats received and free the tx_time_per_level of each radio. Change-Id: Ie992eebf6bc800bd2dc949df8b74f3f3d9d4ba09 CRs-Fixed: 2106880