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