mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 11:49:01 +03:00
- Fix memory leak in new properties panel
This commit is contained in:
parent
51ebfadd85
commit
131dda2617
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ PropertiesWidget::~PropertiesWidget() {
|
|||
delete peersList;
|
||||
delete progressBar;
|
||||
delete PropListModel;
|
||||
delete PropDelegate;
|
||||
// Delete QActions
|
||||
delete actionIgnored;
|
||||
delete actionNormal;
|
||||
|
|
Loading…
Reference in a new issue