commit | 87421816887a2838ced8543d56e9579b0327aabc | [log] [tgz] |
---|---|---|
author | Frankie Lizcano <flizcano@google.com> | Thu Jul 28 17:13:01 2022 +0000 |
committer | Frankie Lizcano <flizcano@google.com> | Thu Jul 28 17:47:17 2022 +0000 |
tree | b6be0eb3af17c7e70da67ed2ba46f74a52e61d63 | |
parent | 81dcde82a855129c795a6871512dae2c08861e39 [diff] |
Tuner HAL VTS: Fix Memory Leak This CL fixes an issue on the Tuner HAL VTS that lead to a memory leak. Heap space was allocated to store Lnb Id's for dataflows without being cleaned using Free(). The fix includes switching to the use of an integer passed by reference. No heap memory is allocated. Bug: b/240572001 Test: Test: ts-tradefed run vts --module VtsHalTvTunerTargetTest Change-Id: I9fcad4c05f548ee4b64cfb34175f34834eec6c56