]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CCAR: correction of DESTRUCTOR_OF in the end of Registry Server (seems to recurse ??)
authorcaremoli <caremoli>
Fri, 6 Jun 2008 17:25:14 +0000 (17:25 +0000)
committercaremoli <caremoli>
Fri, 6 Jun 2008 17:25:14 +0000 (17:25 +0000)
src/Basics/BasicsGenericDestructor.cxx

index 9c1e213009d529f5c30d8c88a7891b8d38dd6735..deca0e9c9c9a88be4d43e905efcb2290ce0b95bd 100644 (file)
@@ -172,6 +172,7 @@ void HouseKeeping( void )
 
   delete GENERIC_DESTRUCTOR::Destructors;
   GENERIC_DESTRUCTOR::Destructors = 0;
+  atExitSingletonDone = false ;
   DEVTRACE("HouseKeeping() very end ");
   return ;
 }