summaryrefslogtreecommitdiffstats
path: root/Utilities/cmtar/wrapper.c
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2006-02-09 14:34:46 (GMT)
committerDavid Cole <david.cole@kitware.com>2006-02-09 14:34:46 (GMT)
commitb93a093dc4e8c37b4fb2d84a4478fe40a2b34e95 (patch)
treed4ac6c18a65bcaa9e0588e78d94cf929a32ec3c2 /Utilities/cmtar/wrapper.c
parent913a46e0aa93182ac75c3ed10b79924b9e8d49cd (diff)
downloadCMake-b93a093dc4e8c37b4fb2d84a4478fe40a2b34e95.zip
CMake-b93a093dc4e8c37b4fb2d84a4478fe40a2b34e95.tar.gz
CMake-b93a093dc4e8c37b4fb2d84a4478fe40a2b34e95.tar.bz2
COMP: Last (?) fix for dashboard warning.
Diffstat (limited to 'Utilities/cmtar/wrapper.c')
-rw-r--r--Utilities/cmtar/wrapper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/cmtar/wrapper.c b/Utilities/cmtar/wrapper.c
index 9271d4b..b194717 100644
--- a/Utilities/cmtar/wrapper.c
+++ b/Utilities/cmtar/wrapper.c
@@ -53,7 +53,6 @@ tar_extract_glob(TAR *t, char *globname, char *prefix)
if (pathname)
{
free(pathname);
- pathname = 0;
}
if (TH_ISREG(t) && tar_skip_regfile(t))