Mrntt: Don't call Mind::initialize after exiting loop.

This commit is contained in:
2025-08-13 09:08:57 -04:00
parent d26b791dd2
commit 7bee9b07ae
-1
View File
@@ -128,7 +128,6 @@ void ComponentThread::marionetteMain(ComponentThread& self)
}
std::cout << __func__ << ": Exited event loop" << "\n";
mind.finalizeReq(nullptr);
shutdownSalmanoff();
}
catch (const std::exception& e)