From 1222461ca6d8cb5c07c8395659fef323bf23e36f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 20 May 2005 04:26:35 +0000 Subject: [PATCH] (fts_open): Remove useless but otherwise harmless malloc call. Spotted by Paul Eggert. --- lib/fts.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fts.c b/lib/fts.c index 07737a1..34249f3 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 { -- 2.7.4