From a9c1f6b3735066a9296da0e56c3e89cb264026d0 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Tue, 10 Jan 2017 14:41:24 +0100 Subject: [PATCH] destroy already called by PyInterp_Interp no need to call it again --- tools/PyConsole/src/PyConsole_Interp.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/PyConsole/src/PyConsole_Interp.cxx b/tools/PyConsole/src/PyConsole_Interp.cxx index b921a36d9..722413686 100644 --- a/tools/PyConsole/src/PyConsole_Interp.cxx +++ b/tools/PyConsole/src/PyConsole_Interp.cxx @@ -56,7 +56,6 @@ PyConsole_Interp::PyConsole_Interp() */ PyConsole_Interp::~PyConsole_Interp() { - destroy(); } /*! -- 2.39.2