1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00
This commit is contained in:
Jim Meyering
1994-08-03 15:28:30 +00:00
parent b946e9ee2e
commit e1640b71fa
-4
View File
@@ -317,10 +317,6 @@ main (argc, argv)
if (simulate_login && chdir (pw->pw_dir))
error (0, errno, "warning: cannot change directory to %s", pw->pw_dir);
free (pw->pw_name);
free (pw->pw_dir);
free (pw->pw_shell);
run_shell (shell, command, additional_args);
}