1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-13 05:41:17 +00:00

- Fix memory leak in new properties panel

This commit is contained in:
Christophe Dumez 2009-11-14 19:28:35 +00:00
parent 51ebfadd85
commit 131dda2617

@ -110,6 +110,7 @@ PropertiesWidget::~PropertiesWidget() {
delete peersList;
delete progressBar;
delete PropListModel;
delete PropDelegate;
// Delete QActions
delete actionIgnored;
delete actionNormal;