- Fixed possible crash on exit introduced by previous commit (tweaks to speed up exit)

This commit is contained in:
Christophe Dumez 2009-12-01 11:56:51 +00:00
parent 644fea69a1
commit 5d1d26b285
2 changed files with 3 additions and 1 deletions

View file

@ -118,7 +118,6 @@ PropertiesWidget::PropertiesWidget(QWidget *parent, GUI* main_window, TransferLi
}
PropertiesWidget::~PropertiesWidget() {
saveSettings();
delete refreshTimer;
delete trackerList;
delete peersList;