Skip to content
Snippets Groups Projects
Commit 45e55b2b authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

delete lsys in the destructor of GFaceCompound

parent f921b237
No related branches found
No related tags found
No related merge requests found
......@@ -496,6 +496,7 @@ GFaceCompound::~GFaceCompound()
Octree_Delete(oct);
delete [] _gfct;
}
if (_lsys)delete _lsys;
}
static bool orderVertices(const std::list<GEdge*> &e, std::vector<MVertex*> &l,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment