https://bugs.kde.org/show_bug.cgi?id=416037

Maurizio Paolini <paol...@dmf.unicatt.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paol...@dmf.unicatt.it

--- Comment #1 from Maurizio Paolini <paol...@dmf.unicatt.it> ---
I can confirm this behaviour:  if a kig construction contains a PythonScript
object, then kig crashes upon closing it.

As reported to me by Franco, the problem is apparently in the destructor

PythonScripter::~PythonScripter()
{
  PyErr_Clear();
  Py_Finalize();
  delete d;
}

As noted by Franco, the problem disappears upon moving the 'delete d' before
the Py_Finalize() call

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to