]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CCAR: revert the change because the problem is in NOTIFICATION (issue 20661)
authorcaremoli <caremoli>
Tue, 19 Jan 2010 16:49:51 +0000 (16:49 +0000)
committercaremoli <caremoli>
Tue, 19 Jan 2010 16:49:51 +0000 (16:49 +0000)
src/Container/Component_i.cxx

index 0c0d6dca8b42723178ca87662041f249e1b2a579..51e5b02d69e90371c158f7d41e85f6d968dd8e20 100644 (file)
@@ -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") ;
 }