Salome HOME
Fix a compilation problem.
authormzn <mzn@opencascade.com>
Tue, 25 Oct 2005 11:00:17 +0000 (11:00 +0000)
committermzn <mzn@opencascade.com>
Tue, 25 Oct 2005 11:00:17 +0000 (11:00 +0000)
src/AddComponent/AddComponent_CheckOfUndefined.cxx
src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx

index 440fc63788c5c856bf623451cb4e19c73c3b2f12..791b0767e41519bc24657e9709d63771f13352cd 100644 (file)
@@ -153,7 +153,7 @@ int main(int argc, char* argv[])
 #endif
 
   END_OF(argv[0]);
-  delete myThreadTrace;
+  //  delete myThreadTrace;
   return 0 ;
 }
 
index 440fc63788c5c856bf623451cb4e19c73c3b2f12..3926c30e2bfd641bee32e67eb94eebf4ee080195 100644 (file)
@@ -153,7 +153,7 @@ int main(int argc, char* argv[])
 #endif
 
   END_OF(argv[0]);
-  delete myThreadTrace;
+  // delete myThreadTrace;
   return 0 ;
 }