0000863: segfault in ~PythonDebuggerP()

This commit is contained in:
wmayer
2012-11-03 15:36:58 +01:00
parent a09a2e49e4
commit b44168f54b

View File

@@ -360,6 +360,7 @@ struct PythonDebuggerP {
}
~PythonDebuggerP()
{
Base::PyGILStateLocker lock;
Py_DECREF(out_n);
Py_DECREF(err_n);
Py_DECREF(exc_n);