Index: /issm/trunk/src/c/objects/IoModel.cpp
===================================================================
--- /issm/trunk/src/c/objects/IoModel.cpp	(revision 10389)
+++ /issm/trunk/src/c/objects/IoModel.cpp	(revision 10390)
@@ -358,4 +358,7 @@
 					this->constants->AddObject(new StringParam(record_enum,string));
 
+					/*Free string*/
+					xfree((void**)&string);
+
 					break;
 				case 5: break; //do nothing. not interested in this type of data, which is memory intensive.
