summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2006-02-07 13:03:54 (GMT)
committerDavid Cole <david.cole@kitware.com>2006-02-07 13:03:54 (GMT)
commit515757007a4af94e9c80237a83e535ac62851c5b (patch)
treea2b7e987432269ceff1309b33719b84213caaa15 /Utilities
parent09b7568c93edcbab82949c66e474d091b3017b4e (diff)
downloadCMake-515757007a4af94e9c80237a83e535ac62851c5b.zip
CMake-515757007a4af94e9c80237a83e535ac62851c5b.tar.gz
CMake-515757007a4af94e9c80237a83e535ac62851c5b.tar.bz2
COMP: Fix next round of dashboard warnings.
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cmtar/wrapper.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Utilities/cmtar/wrapper.c b/Utilities/cmtar/wrapper.c
index c7a1516..9271d4b 100644
--- a/Utilities/cmtar/wrapper.c
+++ b/Utilities/cmtar/wrapper.c
@@ -74,7 +74,6 @@ tar_extract_glob(TAR *t, char *globname, char *prefix)
if (pathname)
{
free(pathname);
- pathname = 0;
}
return -1;
}
@@ -82,7 +81,6 @@ tar_extract_glob(TAR *t, char *globname, char *prefix)
if (pathname)
{
free(pathname);
- pathname = 0;
}
}
@@ -122,7 +120,6 @@ tar_extract_all(TAR *t, char *prefix)
if (pathname)
{
free(pathname);
- pathname = 0;
}
#ifdef DEBUG