Index: /issm/trunk/src/c/io/IoModelFetchData.cpp
===================================================================
--- /issm/trunk/src/c/io/IoModelFetchData.cpp	(revision 1939)
+++ /issm/trunk/src/c/io/IoModelFetchData.cpp	(revision 1940)
@@ -86,4 +86,6 @@
 			xfree((void**)&string);
 		}
+		/*erase string, if we broke from the for() loop:*/
+		xfree((void**)&string);
 	}
 	MPI_Bcast(&found,1,MPI_INT,0,MPI_COMM_WORLD); 
