mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Delete hostname resolver asynchronously to avoid freezing the GUI on preference window closing
This commit is contained in:
@@ -89,7 +89,7 @@ void PeerListWidget::updatePeerHostNameResolutionState() {
|
||||
}
|
||||
} else {
|
||||
if(resolver)
|
||||
delete resolver;
|
||||
resolver->asyncDelete();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user