nymea/tests/auto/pythonplugins
Michael Zanetti 74029c94a6 Fix a double-free when shutting down the python engine.
Python_AddObject() will steal the reference and delete it. Since we
deleted m_logger ourselves too, a double free would corrupt memory
on nymea shutdown.
This would cause tests to crash when restarting the core within
a single process by restartServer()
2021-12-09 13:28:14 +01:00
..
pythonplugins.pro Fix test target name 2020-10-28 17:38:10 +01:00
testpythonplugins.cpp Fix a double-free when shutting down the python engine. 2021-12-09 13:28:14 +01:00