From: Jim Meyering Date: Wed, 3 Aug 1994 15:21:03 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~635 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b946e9ee2ebbdde9f787910f16ff6dcf70e28c38;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/su.c b/src/su.c index a5abd95e36..2511d50360 100644 --- a/src/su.c +++ b/src/su.c @@ -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);