diff --git a/src/torrentAddition.h b/src/torrentAddition.h index 619f0033c..304dc8a94 100644 --- a/src/torrentAddition.h +++ b/src/torrentAddition.h @@ -94,6 +94,10 @@ class torrentAdditionDialog : public QDialog, private Ui_addTorrentDialog{ } } + ~torrentAdditionDialog() { + delete PropDelegate; + } + void showLoad(QString filePath, bool fromScanDir=false, QString from_url=QString::null){ this->filePath = filePath; this->fromScanDir = fromScanDir;