- Delete hostname resolver asynchronously to avoid freezing the GUI on preference window closing

This commit is contained in:
Christophe Dumez 2009-11-15 10:17:21 +00:00
parent 5962ef79cb
commit 4824637681
2 changed files with 26 additions and 5 deletions

View file

@ -89,7 +89,7 @@ void PeerListWidget::updatePeerHostNameResolutionState() {
}
} else {
if(resolver)
delete resolver;
resolver->asyncDelete();
}
}