mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- A little downloadThread aborting improvement
This commit is contained in:
parent
cfcd9b7eaf
commit
668268b6b5
2 changed files with 7 additions and 2 deletions
|
@ -668,7 +668,9 @@ class RssManager : public QObject{
|
|||
~RssManager(){
|
||||
qDebug("Deleting RSSManager");
|
||||
saveStreamList();
|
||||
qDebug("Deleting all streams");
|
||||
qDeleteAll(streams);
|
||||
qDebug("Deleting downloader thread");
|
||||
delete downloader;
|
||||
qDebug("RSSManager deleted");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue