[BACK]Return to targ.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/targ.c between version 1.23 and 1.24

version 1.23, 2000/06/23 16:20:01 version 1.24, 2000/06/23 16:21:43
Line 224 
Line 224 
   
     free(gn->name);      free(gn->name);
     efree(gn->path);      efree(gn->path);
     Lst_Destroy(&gn->iParents, NOFRE);      Lst_Destroy(&gn->iParents, NOFREE);
     Lst_Destroy(&gn->cohorts, NOFRE);      Lst_Destroy(&gn->cohorts, NOFREE);
     Lst_Destroy(&gn->parents, NOFRE);      Lst_Destroy(&gn->parents, NOFREE);
     Lst_Destroy(&gn->children, NOFRE);      Lst_Destroy(&gn->children, NOFREE);
     Lst_Destroy(&gn->successors, NOFRE);      Lst_Destroy(&gn->successors, NOFREE);
     Lst_Destroy(&gn->preds, NOFRE);      Lst_Destroy(&gn->preds, NOFREE);
     Lst_Destroy(&gn->context, NOFRE);      Lst_Destroy(&gn->context, NOFREE);
     Lst_Destroy(&gn->commands, NOFRE);      Lst_Destroy(&gn->commands, NOFREE);
     free(gn);      free(gn);
 }  }
 #endif  #endif

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24