From: caremoli Date: Tue, 19 Jan 2010 16:49:51 +0000 (+0000) Subject: CCAR: revert the change because the problem is in NOTIFICATION (issue 20661) X-Git-Tag: PARAVIS_29012010~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d580aa9cfd25bfed5bc3b125790a48fe5647d650;p=modules%2Fkernel.git CCAR: revert the change because the problem is in NOTIFICATION (issue 20661) --- diff --git a/src/Container/Component_i.cxx b/src/Container/Component_i.cxx index 0c0d6dca8..51e5b02d6 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(); // VSR: commented, since raises SIGSEGV because of double deactivate_object() + _remove_ref(); //SCRUTE(_refcount_value()); MESSAGE("Engines_Component_i::destroyed") ; }