mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 21:41:03 +00:00
COMP: Fix next round of dashboard warnings.
This commit is contained in:
parent
09b7568c93
commit
515757007a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user