summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2020-05-20 08:22:17 -0400
committerTom Rini <[email protected]>2020-05-20 08:22:17 -0400
commit023329284dadbbe7e0ed40bcda8101653997e507 (patch)
tree45efc945769f2dc390588d8adfa917540d678f2a /cmd
parentc2279d784e35fa25ee3a9fa28a74a1ba545f8c1e (diff)
parentb09e1b614949ea9cb426e2e7cf0d2bd65ed7d02d (diff)
Merge branch '2020-05-19-misc-fixes'
- Assorted minor fixes
Diffstat (limited to 'cmd')
-rw-r--r--cmd/avb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/avb.c b/cmd/avb.c
index 398ad3ba97b..88172a9ee67 100644
--- a/cmd/avb.c
+++ b/cmd/avb.c
@@ -316,6 +316,9 @@ int do_avb_verify_part(struct cmd_tbl *cmdtp, int flag,
printf("Unknown error occurred\n");
}
+ if (out_data)
+ avb_slot_verify_data_free(out_data);
+
return res;
}