Some valgrind fixes

This commit is contained in:
craig.p.drummond
2013-02-15 17:21:44 +00:00
parent a58562b866
commit 948c2b3ba9
3 changed files with 8 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ bool HttpServer::setDetails(const QString &addr, quint16 port)
if (thread) {
thread->quit();
thread->deleteLater();
thread=0;
}