COMP: Fix next round of dashboard warnings.

This commit is contained in:
David Cole 2006-02-07 08:03:54 -05:00
parent 09b7568c93
commit 515757007a
1 changed files with 0 additions and 3 deletions

View File

@ -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