From: caremoli Date: Fri, 6 Jun 2008 17:25:14 +0000 (+0000) Subject: CCAR: correction of DESTRUCTOR_OF in the end of Registry Server (seems to recurse ??) X-Git-Tag: V4_1_3~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=62bfa41d685253530e469d3a29435286de4861a8;p=modules%2Fkernel.git CCAR: correction of DESTRUCTOR_OF in the end of Registry Server (seems to recurse ??) --- diff --git a/src/Basics/BasicsGenericDestructor.cxx b/src/Basics/BasicsGenericDestructor.cxx index 9c1e21300..deca0e9c9 100644 --- a/src/Basics/BasicsGenericDestructor.cxx +++ b/src/Basics/BasicsGenericDestructor.cxx @@ -172,6 +172,7 @@ void HouseKeeping( void ) delete GENERIC_DESTRUCTOR::Destructors; GENERIC_DESTRUCTOR::Destructors = 0; + atExitSingletonDone = false ; DEVTRACE("HouseKeeping() very end "); return ; }