commit | 55566f4b47a920ae8af4165f7efa7b892d4c3272 | [log] [tgz] |
---|---|---|
author | Srinivas Dasari <dasaris@codeaurora.org> | Fri Oct 06 19:30:01 2017 +0530 |
committer | Roshan Pius <rpius@google.com> | Mon Feb 05 13:17:17 2018 -0800 |
tree | 2e3832bcfd0e7895e13c5721075cc80b86a105b0 | |
parent | c7a5aa9ef4bfada205e3dc4057ff54e0047ce498 [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. CRs-Fixed: 2106880 Change-Id: Ic15e743665e54744773e71e917c3349b9015a7b9 Bug: 72683986 (cherry-picked from a77e59c5fe3ed4538820b0604803fee46dc1076a)