[cig-commits] r11358 - short/3D/PyLith/trunk/libsrc/meshio

brad at geodynamics.org brad at geodynamics.org
Thu Mar 6 16:51:12 PST 2008


Author: brad
Date: 2008-03-06 16:51:12 -0800 (Thu, 06 Mar 2008)
New Revision: 11358

Modified:
   short/3D/PyLith/trunk/libsrc/meshio/OutputManager.cc
Log:
Fixed memory leak.

Modified: short/3D/PyLith/trunk/libsrc/meshio/OutputManager.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/OutputManager.cc	2008-03-07 00:44:44 UTC (rev 11357)
+++ short/3D/PyLith/trunk/libsrc/meshio/OutputManager.cc	2008-03-07 00:51:12 UTC (rev 11358)
@@ -37,6 +37,7 @@
   delete _writer; _writer = 0;
   delete _vertexFilter; _vertexFilter = 0;
   delete _cellFilter; _cellFilter = 0;
+  delete _coordsys; _coordsys = 0;
 } // destructor  
 
 // ----------------------------------------------------------------------



More information about the cig-commits mailing list