diff --git a/cde/programs/dtfile/dtcopy/sharedFuncs.c b/cde/programs/dtfile/dtcopy/sharedFuncs.c index 0d9b3d987..efeca3bbf 100644 --- a/cde/programs/dtfile/dtcopy/sharedFuncs.c +++ b/cde/programs/dtfile/dtcopy/sharedFuncs.c @@ -732,7 +732,6 @@ _DtCopyChangeTildeToHome (input_string) /* NOTE: users_home_dir has trailing '/' */ full_path = (char *) XtMalloc(strlen(homedir) + strlen(input_string+2) + 1); sprintf(full_path, "%s%s", homedir, (input_string + 2)); - free(homedir); } else {