From bfaf1abd32646cf3bea9f0aabd221a91a241d1cf Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 11 Nov 2015 13:25:14 +0300 Subject: [PATCH] Windows: destroy the active Trace before calling Py_Initialize() --- src/PVGUI/PVGUI_Module.cxx | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.30.2