Skip to content
Snippets Groups Projects
Commit c668677a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Remove garbage
parent 97f61e6f
No related branches found
No related tags found
No related merge requests found
// $Id: Generator.cpp,v 1.41 2003-03-11 05:57:06 geuzaine Exp $
// $Id: Generator.cpp,v 1.42 2003-03-11 05:58:04 geuzaine Exp $
//
// Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
//
......@@ -185,17 +185,15 @@ void Init_Mesh(Mesh * M, int all)
ExitExtrude();
// During extrusion,
Tree_Action(M->Vertices, Free_Vertex);
Tree_Delete(M->Vertices);
Tree_Action(M->Points, Free_Vertex);
Tree_Delete(M->Points);
Tree_Action(M->VertexEdges, Free_Vertex);
Tree_Delete(M->VertexEdges);
Tree_Action(M->Points, Free_Vertex);
Tree_Delete(M->Points);
// Note: don't free the simplices here (with
// Tree_Action (M->Simplexes, Free_Simplex)): we free them
// in each curve, surface, volume
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment