mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- BUGFIX: Fixed progress column delayed sorting (after torrent finished checking)
This commit is contained in:
parent
f9c357b52d
commit
8b26b7fd48
3 changed files with 10 additions and 3 deletions
|
@ -79,14 +79,15 @@ bittorrent::bittorrent(){
|
|||
bittorrent::~bittorrent(){
|
||||
// Disable directory scanning
|
||||
disableDirectoryScanning();
|
||||
// Do some saving
|
||||
saveDHTEntry();
|
||||
saveFastResumeAndRatioData();
|
||||
// Delete our objects
|
||||
delete deleter;
|
||||
delete timerAlerts;
|
||||
delete ETARefresher;
|
||||
delete downloader;
|
||||
// Do some saving
|
||||
saveDHTEntry();
|
||||
saveFastResumeAndRatioData();
|
||||
// Delete BT session
|
||||
delete s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue