Salome HOME
studyActivated() virtual method has been added
[modules/gui.git] / src / SUIT / SUIT_SelectionMgr.cxx
index b8916f8ff0d58c91ee04fb66154e404071a485a8..6384d2bd3e83dcdca77777d67b854d7282afca63 100755 (executable)
@@ -8,6 +8,7 @@ myIsSelChangeEnabled( true )
 
 SUIT_SelectionMgr::~SUIT_SelectionMgr()
 {
+  mySelectors.setAutoDelete( true );
 }
 
 void SUIT_SelectionMgr::installSelector( SUIT_Selector* sel )