]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Invoke destroy on destructor. No problem in App context because the destructor is...
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 30 Dec 2016 07:26:23 +0000 (08:26 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 30 Dec 2016 07:26:23 +0000 (08:26 +0100)
tools/PyConsole/src/PyConsole_Interp.cxx

index 7224136868f91715b3d7d3edaecb490bcda37005..b921a36d95fd5f8884c7497beccf92319a217275 100644 (file)
@@ -56,6 +56,7 @@ PyConsole_Interp::PyConsole_Interp()
 */
 PyConsole_Interp::~PyConsole_Interp()
 {
+  destroy();
 }
 
 /*!