diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-07-23 12:35:43 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-07-23 12:35:43 (GMT) |
commit | e00480d2f4326decd23ff7665fcb1af5e752c8ec (patch) | |
tree | e546d7767a93ccc52d5208297072c9203c130f4c | |
parent | 3b8a09263c836a4cd397b606edbb023b19cf46b5 (diff) | |
download | swift-e00480d2f4326decd23ff7665fcb1af5e752c8ec.zip swift-e00480d2f4326decd23ff7665fcb1af5e752c8ec.tar.bz2 |
Don't crash on exit before first login.
Resolves:
-rw-r--r-- | Swift/Controllers/MainController.cpp | 1 |
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; |