]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Windows: destroy the active Trace before calling Py_Initialize()
authorana <ana@opencascade.com>
Wed, 11 Nov 2015 10:25:14 +0000 (13:25 +0300)
committerana <ana@opencascade.com>
Wed, 11 Nov 2015 10:25:14 +0000 (13:25 +0300)
src/PVGUI/PVGUI_Module.cxx

index 247f4b69637da5492a189856c5b6cd04cc9f7bfc..c7e9c0af9b8f13eedba4ef86c127a3c7eb110414 100644 (file)
@@ -198,6 +198,7 @@ PVGUI_Module::PVGUI_Module()
 */
 PVGUI_Module::~PVGUI_Module()
 {
+  vtkSMTrace::StopTrace();
   if (myInitTimer)
     delete myInitTimer;
 }