Index: /issm/trunk/src/c/objects/IoModel.cpp
===================================================================
--- /issm/trunk/src/c/objects/IoModel.cpp	(revision 5071)
+++ /issm/trunk/src/c/objects/IoModel.cpp	(revision 5072)
@@ -39,4 +39,6 @@
 	xfree((void**)&this->elements);
 	xfree((void**)&this->elements_type);
+	xfree((void**)&this->vertices_type);
+	xfree((void**)&this->vertices_type);
 	xfree((void**)&this->gridonhutter);
 	xfree((void**)&this->gridonmacayeal);
@@ -238,4 +240,5 @@
 	this->elements=NULL;
 	this->elements_type=NULL;
+	this->vertices_type=NULL;
 	this->numberofvertices2d=0;
 	this->elements2d=NULL;
