Better thread termination

This commit is contained in:
craig.p.drummond
2013-01-30 19:16:03 +00:00
parent ea5a5d416c
commit a2cad3d269
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;
}
}