Index: /issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp
===================================================================
--- /issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp	(revision 21200)
+++ /issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp	(revision 21201)
@@ -267,6 +267,8 @@
 				_error_("unrecognized int pyarray type in input!");
 
+			/* These lines are causing a segfault
 			if (py_matrix2)
 				delete(py_matrix2);
+			*/
 		}
 		else
@@ -442,6 +444,8 @@
 				_error_("unrecognized double pyarray type in input!");
 
+			/* Causing a seg fault.
 			if (py_vector2)
 				delete(py_vector2);
+			*/
 		}
 		else
