From: asl Date: Thu, 9 Nov 2017 15:46:55 +0000 (+0300) Subject: refs #1377: patch for crash X-Git-Tag: v2.1~36^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=038caba1487c8e90385114e5a58938d2f713e29f;p=modules%2Fhydro.git refs #1377: patch for crash --- diff --git a/src/HYDROGUI/HYDROGUI_Module.cxx b/src/HYDROGUI/HYDROGUI_Module.cxx index ff078d9f..c4e65d63 100644 --- a/src/HYDROGUI/HYDROGUI_Module.cxx +++ b/src/HYDROGUI/HYDROGUI_Module.cxx @@ -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 ); }