commit | 84310761ce899047b07f4616beed8a7c25f71a3f | [log] [tgz] |
---|---|---|
author | Ye Jiao <ye.jiao@mediatek.com> | Fri Jun 16 17:21:01 2023 +0800 |
committer | Gabriel Biren <gbiren@google.com> | Wed Jun 21 23:03:34 2023 +0000 |
tree | e67d6f0d6adaca94c5eab99371313cf7fa670a42 | |
parent | fd1e1e58fcf87afcc5e4b0553e3b3eec7197bb37 [diff] |
Fix memory leak in WifiLegacyHal. `WifiLegacyHal::getSupportedRadioCombinationsMatrix()` allocs a buffer and returns it to `WifiChip::getSupportedRadioCombinationsInternal()`, but `WifiChip::getSupportedRadioCombinationsInternal()` never frees it. Bug: 287883356 Test: manually test Change-Id: I0e9d529e93cbb5fe254d48947661a2ae3d99d763