commit | 6eca76123ca765e4afcfac43bfe2f27a5f977a97 | [log] [tgz] |
---|---|---|
author | Richard Hughes <richard@hughsie.com> | Wed Dec 19 15:40:27 2018 +0000 |
committer | Nico Huber <nico.h@gmx.de> | Sat Jan 05 16:25:49 2019 +0000 |
tree | ed67581d106d0267c236ee643957684cd4eb919b | |
parent | 3578ec6a3d7187438c4093f4bb7ac2bb6d4184cb [diff] [blame] |
Fix a tiny memory leak in the CLI tool Change-Id: Iec696cb15dcf437f08e1e4f2a5a1faa0df6fd081 Signed-off-by: Richard Hughes <richard@hughsie.com> Reviewed-on: https://review.coreboot.org/c/30408 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
diff --git a/cli_classic.c b/cli_classic.c index df9fa67..ced08c6 100644 --- a/cli_classic.c +++ b/cli_classic.c
@@ -677,6 +677,7 @@ layout_cleanup(); free(filename); + free(fmapfile); free(referencefile); free(layoutfile); free(pparam);