Re: [U-Boot] [PATCH 1/2] mkimage: Fix missing free() in show_valid_options()

2016-10-26 Thread Tom Rini
On Wed, Oct 26, 2016 at 01:19:11PM -0600, Simon Glass wrote: > The allocated memory should be freed. Fix it. > > Signed-off-by: Simon Glass > Reported-by: Coverity (CID: 150963) Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature __

[U-Boot] [PATCH 1/2] mkimage: Fix missing free() in show_valid_options()

2016-10-26 Thread Simon Glass
The allocated memory should be freed. Fix it. Signed-off-by: Simon Glass Reported-by: Coverity (CID: 150963) --- tools/mkimage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mkimage.c b/tools/mkimage.c index 3c594a0..521fa80 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -64