summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/fts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fts.c b/lib/fts.c
index 07737a11d..34249f373 100644
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -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
{