[LinuxBIOS] r478 - LinuxBIOSv3/util/lar

svn at openbios.org svn at openbios.org
Mon Aug 20 20:21:53 CEST 2007


Author: stepan
Date: 2007-08-20 20:21:52 +0200 (Mon, 20 Aug 2007)
New Revision: 478

Modified:
   LinuxBIOSv3/util/lar/lib.c
Log:
small typo

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: LinuxBIOSv3/util/lar/lib.c
===================================================================
--- LinuxBIOSv3/util/lar/lib.c	2007-08-20 17:55:32 UTC (rev 477)
+++ LinuxBIOSv3/util/lar/lib.c	2007-08-20 18:21:52 UTC (rev 478)
@@ -208,7 +208,6 @@
 	char *c;
 
 	if (strstr(name, "nocompress:") == name) {
-		free(realname);
 		realname = strdup(name + 11);
 	} else {
 		realname = strdup(name);





More information about the coreboot mailing list