From: vsr Date: Mon, 18 Jan 2010 13:03:14 +0000 (+0000) Subject: 0020661: [CEA 387 ] bug on exit of Salome after a little yacs graph X-Git-Tag: PARAVIS_29012010~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=321a230172dd98c70823b3e952b74c71335e7f91;p=modules%2Fkernel.git 0020661: [CEA 387 ] bug on exit of Salome after a little yacs graph --- diff --git a/src/Container/Component_i.cxx b/src/Container/Component_i.cxx index 51e5b02d6..0c0d6dca8 100644 --- a/src/Container/Component_i.cxx +++ b/src/Container/Component_i.cxx @@ -263,7 +263,7 @@ void Engines_Component_i::destroy() //SCRUTE(_refcount_value()); _poa->deactivate_object(*_id); //SCRUTE(_refcount_value()); - _remove_ref(); + //_remove_ref(); // VSR: commented, since raises SIGSEGV because of double deactivate_object() //SCRUTE(_refcount_value()); MESSAGE("Engines_Component_i::destroyed") ; }