commit | b12a81c4ccfdfac1eabefdaeba2a19fab3102716 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 16 07:45:37 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 22 12:16:19 2016 -0400 |
tree | a8c821297ec4c2ae464386f7c562c7a10501caf5 | |
parent | 4708a07c7cfa754658d06283a399ddb175278de7 [diff] |
mkimage: Close the file when unable to get its size There is a missing close() on the error path. Add it. Reported-by: Coverity (CID: 138496) Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>