Index: /issm/trunk/src/c/objects/DofIndexing.cpp
===================================================================
--- /issm/trunk/src/c/objects/DofIndexing.cpp	(revision 5134)
+++ /issm/trunk/src/c/objects/DofIndexing.cpp	(revision 5135)
@@ -54,4 +54,9 @@
 /*FUNCTION DofIndexing::~DofIndexing() {{{1*/
 DofIndexing::~DofIndexing(){ //destructor
+
+	xfree((void**)&f_set); 
+	xfree((void**)&s_set); 
+	xfree((void**)&doflist); 
+
 }
 /*}}}*/
Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 5134)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 5135)
@@ -659,5 +659,5 @@
 	parameters->FindParam(&analysis_type,AnalysisTypeEnum);
 
-	/*asserts: {{{2*/
+	/*Checks in debugging mode{{{2*/
 	ISSMASSERT(this->nodes && this->matice && this->matpar && this->parameters && this->inputs);
 	/*}}}*/
