Salome HOME
Windows: destroy the active Trace before calling Py_Initialize()
[modules/paravis.git] / 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;
 }