]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
refs #1377: patch for crash
authorasl <asl@opencascade.com>
Thu, 9 Nov 2017 15:46:55 +0000 (18:46 +0300)
committerasl <asl@opencascade.com>
Thu, 9 Nov 2017 15:46:55 +0000 (18:46 +0300)
src/HYDROGUI/HYDROGUI_Module.cxx

index ff078d9f2e359c6313b7c77d59fef09538a22743..c4e65d633282aebc243d43ca3d2a7a42fb646ba8 100644 (file)
@@ -293,6 +293,9 @@ bool HYDROGUI_Module::deactivateModule( SUIT_Study* theStudy )
   HYDROGUI_Tool::setOCCActionShown( this, OCCViewer_ViewWindow::MaximizedId, true );
 
   myActiveOperationMap.clear();
+
+  myViewManagerMap.clear();
+
   return LightApp_Module::deactivateModule( theStudy );
 }