]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/Supervision/INode_Impl.cxx
Salome HOME
Merging with JR_ASV_2_1_0_deb_with_KERNEL_Head branch, which contains many bug fixes...
[modules/superv.git] / src / Supervision / INode_Impl.cxx
index 64a355c4e050ee5bf96911dd986de75523c9ee3a..8797369d8543026f44cedbc2ac2f18e3a38ff4f4 100644 (file)
@@ -137,6 +137,9 @@ void INode_Impl::destroy() {
       delete(_id) ;
       _thisObj->_remove_ref();
     }
+    else {
+      MESSAGE("INode_Impl::destroy ERROR ") ;
+    }
   }
   endService( "INode_Impl::Destroy" );
 }