summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-09-20 07:28:56 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-09-20 07:28:56 (GMT)
commit21719e2ca06b12d214c32ed24b3ecc2227c8dd07 (patch)
tree8d367b6b7bb2809722e7b7d4e8076a0496c0b087
parent43e6f6cb4e1fe907df25f8acead2532afa284ad6 (diff)
downloadswift-contrib-21719e2ca06b12d214c32ed24b3ecc2227c8dd07.zip
swift-contrib-21719e2ca06b12d214c32ed24b3ecc2227c8dd07.tar.bz2
Don't crash on disconnects with experimental
-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 8b0b540..581ff31 100644
--- a/Swift/Controllers/MainController.cpp
+++ b/Swift/Controllers/MainController.cpp
@@ -117,6 +117,7 @@ MainController::MainController(
eventNotifier_ = NULL;
rosterController_ = NULL;
chatsManager_ = NULL;
+ historyController_ = NULL;
historyViewController_ = NULL;
eventWindowController_ = NULL;
profileController_ = NULL;