From 9cf00d18d4c15f8afe890ea21626c475f295bd6d Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 20 Aug 2007 18:21:52 +0000 Subject: [PATCH] small typo Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@478 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/lar/lib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/lar/lib.c b/util/lar/lib.c index 4d19ba7973..68a646f2c0 100644 --- a/util/lar/lib.c +++ b/util/lar/lib.c @@ -208,7 +208,6 @@ int add_files(const char *name) char *c; if (strstr(name, "nocompress:") == name) { - free(realname); realname = strdup(name + 11); } else { realname = strdup(name);