Better thread termination
This commit is contained in:
@@ -55,7 +55,6 @@ void HttpServer::stop()
|
||||
|
||||
if (thread) {
|
||||
Utils::stopThread(thread);
|
||||
thread->deleteLater();
|
||||
thread=0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user