Better thread termination

This commit is contained in:
craig.p.drummond
2013-01-30 19:16:03 +00:00
committed by craig.p.drummond
parent a281e0da9b
commit ac3345c65c
16 changed files with 80 additions and 30 deletions

View File

@@ -55,7 +55,6 @@ void HttpServer::stop()
if (thread) {
Utils::stopThread(thread);
thread->deleteLater();
thread=0;
}
}