mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Fixed memory leak in GUI
This commit is contained in:
parent
89670af7c9
commit
b7fd7d9837
2 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), for
|
|||
// Destructor
|
||||
GUI::~GUI() {
|
||||
qDebug("GUI destruction");
|
||||
delete rssWidget;
|
||||
delete searchEngine;
|
||||
delete refresher;
|
||||
delete downloadingTorrentTab;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue