mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07: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…
Add table
Add a link
Reference in a new issue