1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

(fts_open): Remove useless but otherwise harmless malloc call.

Spotted by Paul Eggert.
This commit is contained in:
Jim Meyering
2005-05-20 04:26:35 +00:00
parent ec4933bcee
commit 1222461ca6
-1
View File
@@ -424,7 +424,6 @@ fts_open (char * const *argv,
AD_compare, free);
if (sp->active_dir_ht == NULL)
goto mem3;
sp->cycle_state = malloc (sizeof *sp->cycle_state);
}
else
{