fix startup
This commit is contained in:
@@ -245,7 +245,6 @@ class ProtocolHandler : public WaitThread {
|
||||
* Destructor.
|
||||
*/
|
||||
virtual ~ProtocolHandler() {
|
||||
stop();
|
||||
join();
|
||||
BusRequest* req;
|
||||
while ((req = m_finishedRequests.pop()) != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user