summaryrefslogtreecommitdiff
path: root/source/torture/cmd_vfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/torture/cmd_vfs.c')
-rw-r--r--source/torture/cmd_vfs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/torture/cmd_vfs.c b/source/torture/cmd_vfs.c
index bfce4b88b41..43661f1d6cb 100644
--- a/source/torture/cmd_vfs.c
+++ b/source/torture/cmd_vfs.c
@@ -538,8 +538,6 @@ static NTSTATUS cmd_stat(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, int argc, c
printf(" Modify: %s", ctime(&(st.st_mtime)));
printf(" Change: %s", ctime(&(st.st_ctime)));
- SAFE_FREE(pwd);
- SAFE_FREE(grp);
return NT_STATUS_OK;
}
@@ -606,8 +604,6 @@ static NTSTATUS cmd_fstat(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, int argc,
printf(" Modify: %s", ctime(&(st.st_mtime)));
printf(" Change: %s", ctime(&(st.st_ctime)));
- SAFE_FREE(pwd);
- SAFE_FREE(grp);
return NT_STATUS_OK;
}
@@ -662,8 +658,6 @@ static NTSTATUS cmd_lstat(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, int argc,
printf(" Modify: %s", ctime(&(st.st_mtime)));
printf(" Change: %s", ctime(&(st.st_ctime)));
- SAFE_FREE(pwd);
- SAFE_FREE(grp);
return NT_STATUS_OK;
}