platform_bootable_recovery/otautil
Kelvin Zhang 063bc24564 Fix memory leak in OTA verifier code
StartIteration() allocates some memory, which are release in
EndIteration(). Since we never called EndIteration(), these
memories are leaked.

Test: th
Bug: 233209345
Change-Id: I71c1d6eec16b8ac20c35e180f34fec50d0baec1a
2022-05-25 14:05:48 -07:00
..
include Move package verifier from libinstall to libotautil 2021-12-22 23:31:08 +08:00
Android.bp Move package verifier from libinstall to libotautil 2021-12-22 23:31:08 +08:00
asn1_decoder.cpp Move package verifier from libinstall to libotautil 2021-12-22 23:31:08 +08:00
dirutil.cpp otautil: Rename dir/sys/thermal utils. 2018-05-03 23:17:29 -07:00
package.cpp Move package verifier from libinstall to libotautil 2021-12-22 23:31:08 +08:00
paths.cpp Drop the dependency on AB_OTA_UPDATER flag. 2018-06-19 10:50:43 -07:00
rangeset.cpp Implement FuseBlockDataProvider 2019-05-01 12:09:38 -07:00
sysutil.cpp Consolidate the wait in recovery's reboot 2020-03-13 16:09:48 -07:00
verifier.cpp Fix memory leak in OTA verifier code 2022-05-25 14:05:48 -07:00