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

forgot this one
parent 3e8f4d33
No related branches found
No related tags found
No related merge requests found
// $Id: 2D_Mesh.cpp,v 1.49 2003-06-14 04:37:42 geuzaine Exp $
// $Id: 2D_Mesh.cpp,v 1.50 2003-06-14 05:21:13 geuzaine Exp $
//
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
//
......@@ -799,7 +799,6 @@ void Maillage_Automatique_VieuxCode(Surface * pS, Mesh * m, int ori)
// MEMORY LEAK (JF)
// Free(M.listdel[i]);
}
// ANOTHER ONE (JF)
Free(M.listdel);
Free(gPointArray);
}
......@@ -987,7 +986,6 @@ void Maillage_Surface(void *data, void *dum)
create_NXE(s->Vertices, s->Simplexes, tnxe);
for(int i = 0; i < CTX.mesh.nb_smoothing; i++)
Tree_Action(tnxe, ActionLiss);
// MEMORY LEAK (JF)
delete_NXE(tnxe);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment