commit | 9017785acd247c6ba60d0f0c0e9722201f0b184c | [log] [tgz] |
---|---|---|
author | Mikhail Ilin <ilin.mikhail.ol@gmail.com> | Wed Nov 23 13:48:44 2022 +0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 30 23:23:01 2023 +0100 |
tree | 3ea005fdf76b0043ab6eb4a6f5d72158b0228ca8 | |
parent | 507a70b1447ae389c614ac3d04ae853922935898 [diff] |
tools: imx8mimage: Fix handle leak The handle "fd" was created in imx8mimage.c:178 by calling the "fopen" function and is lost in imx8mimage.c:210. Should close the 'fd' file descriptor before exiting the parse_cfg_file(char *name) function. Fixes: 6609c2663c9c ("tools: add i.MX8M image support") Signed-off-by: Mikhail Ilin <ilin.mikhail.ol@gmail.com>