mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-30 08:24:22 +00:00
- Fixed memory leak in GUI
This commit is contained in:
parent
89670af7c9
commit
b7fd7d9837
1
TODO
1
TODO
@ -95,3 +95,4 @@ beta5->beta6 changelog:
|
|||||||
- BUGFIX: Display the torrent that are being checked as 'checking' in seeding list
|
- BUGFIX: Display the torrent that are being checked as 'checking' in seeding list
|
||||||
- BUGFIX: Fixed file preview and improved previewable files detection
|
- BUGFIX: Fixed file preview and improved previewable files detection
|
||||||
- BUGFIX: Do not store and calculate ETA values for finished/paused torrents
|
- BUGFIX: Do not store and calculate ETA values for finished/paused torrents
|
||||||
|
- BUGFIX: Fixed memory leak in GUI
|
||||||
|
@ -171,6 +171,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), for
|
|||||||
// Destructor
|
// Destructor
|
||||||
GUI::~GUI() {
|
GUI::~GUI() {
|
||||||
qDebug("GUI destruction");
|
qDebug("GUI destruction");
|
||||||
|
delete rssWidget;
|
||||||
delete searchEngine;
|
delete searchEngine;
|
||||||
delete refresher;
|
delete refresher;
|
||||||
delete downloadingTorrentTab;
|
delete downloadingTorrentTab;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user