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@coresystems.de Acked-by: Stefan Reinauer stepan@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);