cmd: avb: free partition buffer upon verify completion
authorGary Bisson <gary.bisson@boundarydevices.com>
Mon, 11 May 2020 10:11:53 +0000 (12:11 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 19 May 2020 18:01:47 +0000 (14:01 -0400)
commitb09e1b614949ea9cb426e2e7cf0d2bd65ed7d02d
tree45efc945769f2dc390588d8adfa917540d678f2a
parentcf2d07f004367e7b48fb1d21a31a0818adb0374a
cmd: avb: free partition buffer upon verify completion

Doing the same as the unittests for libavb [1].

Allows to run 'avb verify' multiple times which can be useful after a
failure to be able to re-flash the partition and try again.

[1]
https://android.googlesource.com/platform/external/avb/+/refs/tags/android-9.0.0_r37/test/avb_slot_verify_unittest.cc#156

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com>
cmd/avb.c