diff --git a/vcg/complex/base.h b/vcg/complex/base.h index 52858383..b58baa5c 100644 --- a/vcg/complex/base.h +++ b/vcg/complex/base.h @@ -382,7 +382,7 @@ public: /// destructor ~TriMesh() { - ClearAttributes(); +// ClearAttributes(); Clear(); }