summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-07-23 12:35:43 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-07-23 12:35:43 (GMT)
commite00480d2f4326decd23ff7665fcb1af5e752c8ec (patch)
treee546d7767a93ccc52d5208297072c9203c130f4c
parent3b8a09263c836a4cd397b606edbb023b19cf46b5 (diff)
downloadswift-e00480d2f4326decd23ff7665fcb1af5e752c8ec.zip
swift-e00480d2f4326decd23ff7665fcb1af5e752c8ec.tar.bz2
Don't crash on exit before first login.
Resolves:
-rw-r--r--Swift/Controllers/MainController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/MainController.cpp b/Swift/Controllers/MainController.cpp
index a277051..20f5901 100644
--- a/Swift/Controllers/MainController.cpp
+++ b/Swift/Controllers/MainController.cpp
@@ -81,6 +81,7 @@ MainController::MainController(ChatWindowFactory* chatWindowFactory, MainWindowF
presenceSender_ = NULL;
client_ = NULL;
mucSearchController_ = NULL;
+ statusTracker_ = NULL;
timeBeforeNextReconnect_ = -1;
mucSearchWindowFactory_ = mucSearchWindowFactory;