diff options
Diffstat (limited to 'Utilities/cmtar/wrapper.c')
-rw-r--r-- | Utilities/cmtar/wrapper.c | 3 |
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 |