mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- Catch invalid_handle exception in savefastresume data
This commit is contained in:
@@ -56,9 +56,10 @@ public:
|
||||
|
||||
~ReverseResolutionST() {
|
||||
stopped = true;
|
||||
if(isRunning())
|
||||
if(isRunning()) {
|
||||
resolver.cancel();
|
||||
wait();
|
||||
wait();
|
||||
}
|
||||
}
|
||||
|
||||
void setIP(boost::asio::ip::tcp::endpoint &_ip) {
|
||||
|
||||
Reference in New Issue
Block a user