diff --git a/src/blackcore/context/contextsimulatorimpl.cpp b/src/blackcore/context/contextsimulatorimpl.cpp index 929fbc37e..9f2e4b928 100644 --- a/src/blackcore/context/contextsimulatorimpl.cpp +++ b/src/blackcore/context/contextsimulatorimpl.cpp @@ -139,7 +139,7 @@ namespace BlackCore if (m_validator) { disconnect(m_validator); - m_validator->abandonAndWait(); + m_validator->quitAndWait(); } this->disconnect(); this->unloadSimulatorPlugin();