mirror of https://github.com/KLayout/klayout.git
Trying to fix issue
This commit is contained in:
parent
b7f7866768
commit
dd0cfe9b97
|
|
@ -390,6 +390,8 @@ PythonInterpreter::~PythonInterpreter ()
|
|||
m_stdout = PythonPtr ();
|
||||
m_stderr = PythonPtr ();
|
||||
|
||||
sp_interpreter = 0;
|
||||
|
||||
if (m_embedded) {
|
||||
|
||||
Py_Finalize ();
|
||||
|
|
@ -400,8 +402,6 @@ PythonInterpreter::~PythonInterpreter ()
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
sp_interpreter = 0;
|
||||
}
|
||||
|
||||
char *
|
||||
|
|
|
|||
Loading…
Reference in New Issue