fix startup

This commit is contained in:
John
2023-10-14 07:49:10 +02:00
parent dc78076fbc
commit 8b302de3ac
4 changed files with 5 additions and 5 deletions
-1
View File
@@ -245,7 +245,6 @@ class ProtocolHandler : public WaitThread {
* Destructor.
*/
virtual ~ProtocolHandler() {
stop();
join();
BusRequest* req;
while ((req = m_finishedRequests.pop()) != nullptr) {