commit | a5f012e8b26ed474ca71d672e0de1fbae35173c3 | [log] [tgz] |
---|---|---|
author | Eugeniu Rosca <roscaeugeniu@gmail.com> | Tue Aug 14 02:43:07 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 24 13:19:53 2018 -0400 |
tree | dece079a0b214f7cf8fd45544a21ae2cbc14f950 | |
parent | f43f1135d372219fc26af7a17054e63c5bab6b8d [diff] |
common: avb_verify: Fix memory leaks Cppcheck (v1.85) reports w/o this patch: [common/avb_verify.c:351]: (error) Memory leak: part [common/avb_verify.c:356]: (error) Memory leak: part [common/avb_verify.c:361]: (error) Memory leak: part [common/avb_verify.c:366]: (error) Memory leak: part Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@linaro.org>