diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-05-30 20:55:05 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-05-30 20:55:05 (GMT) |
commit | dca6ba0317a55e88a5a5b41b1ccb4563d74c6dd5 (patch) | |
tree | 30846b00b55c6991ce28ddebcec5c7da411b7b65 /Swift | |
parent | 0ee5bb4d983e59b0d1d983077613804a12c62109 (diff) | |
download | swift-dca6ba0317a55e88a5a5b41b1ccb4563d74c6dd5.zip swift-dca6ba0317a55e88a5a5b41b1ccb4563d74c6dd5.tar.bz2 |
Don't crash on exit for netbook mode.
Resolves: #422
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtSwift.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtSwift.cpp b/Swift/QtUI/QtSwift.cpp index d53db7e..2bf1fcf 100644 --- a/Swift/QtUI/QtSwift.cpp +++ b/Swift/QtUI/QtSwift.cpp @@ -96,9 +96,9 @@ QtSwift::~QtSwift() { delete settings_; delete application_; delete systemTray_; + delete tabs_; delete splitter_; delete soundPlayer_; - delete tabs_; delete xmlConsoleWidgetFactory_; delete eventWindowFactory_; delete chatListWindowFactory_; |