Salome HOME
Fix for bug 10438: Crash during Explode on Blocks operation (Global selection on...
[modules/gui.git] / src / SVTK / SVTK_Selector.cxx
index 96690603ea100e6a8a34cfb2c37dca85171d9967..f330cfed4baf371873a0b4a708a84171dfba85b9 100644 (file)
@@ -128,6 +128,7 @@ SVTK_SelectorDef
 
   myIObjects.erase(theIO);
   myIO2Actors.erase(theIO);
+  myMapIOSubIndex.erase(theIO);
 
   return anIsIOBound;
 }