1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-01 13:38:11 +02:00
This commit is contained in:
Jim Meyering
1994-08-03 15:21:03 +00:00
parent a8778c2665
commit b946e9ee2e
-2
View File
@@ -309,8 +309,6 @@ main (argc, argv)
}
if (shell == 0)
{
/* FIXME: Using malloc (through xstrdup) to allocate this space
is a minor memory leak. Consider using alloca instead. */
shell = xstrdup (pw->pw_shell);
}
modify_environment (pw, shell);