Browse Source

- Fixed memory leak in torrent addition dialog

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
3c17a1410b
  1. 4
      src/torrentAddition.h

4
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){ void showLoad(QString filePath, bool fromScanDir=false, QString from_url=QString::null){
this->filePath = filePath; this->filePath = filePath;
this->fromScanDir = fromScanDir; this->fromScanDir = fromScanDir;

Loading…
Cancel
Save