From: ana Date: Wed, 11 Nov 2015 10:25:14 +0000 (+0300) Subject: Windows: destroy the active Trace before calling Py_Initialize() X-Git-Tag: V7_7_0_WIN~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bfaf1abd32646cf3bea9f0aabd221a91a241d1cf;p=modules%2Fparavis.git Windows: destroy the active Trace before calling Py_Initialize() --- diff --git a/src/PVGUI/PVGUI_Module.cxx b/src/PVGUI/PVGUI_Module.cxx index 247f4b69..c7e9c0af 100644 --- a/src/PVGUI/PVGUI_Module.cxx +++ b/src/PVGUI/PVGUI_Module.cxx @@ -198,6 +198,7 @@ PVGUI_Module::PVGUI_Module() */ PVGUI_Module::~PVGUI_Module() { + vtkSMTrace::StopTrace(); if (myInitTimer) delete myInitTimer; }