Lst_Destroy
Lst_Destroy(&temp, NOFREE);
Lst_Destroy(&arg->vars, (SimpleProc)Var_DeleteLoopVar);
Lst_Destroy(&arg->lst, (SimpleProc)free);
extern void Lst_Destroy(LIST *, SimpleProc);
extern void Lst_Destroy(LIST *, SimpleProc);
Lst_Destroy(&l, NOFREE);
Lst_Destroy(path, Dir_Destroy);
Lst_Destroy(&emptyPath, Dir_Destroy);
Lst_Destroy(&curTargs, NOFREE);
Lst_Destroy(&temp, NOFREE);
Lst_Destroy(&paths, NOFREE);
Lst_Destroy(&gn->commands, NOFREE);
Lst_Destroy(&gn->children, NOFREE);
Lst_Destroy(&s->cp, NOFREE);