summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-10-18 11:06:09 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-10-18 11:06:09 (GMT)
commitd66625d2118fdcfa24e6426588ecdeb102a42966 (patch)
treeadcc698fbdbc0b147b225e7065bd1dac39196ad4 /Swift
parent5b1063b0df14f16fb8d0f0e811fc014e67489ad6 (diff)
downloadswift-d66625d2118fdcfa24e6426588ecdeb102a42966.zip
swift-d66625d2118fdcfa24e6426588ecdeb102a42966.tar.bz2
Fix possible crash on login failures
Diffstat (limited to 'Swift')
-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 71740d4..c1ba9d0 100644
--- a/Swift/Controllers/MainController.cpp
+++ b/Swift/Controllers/MainController.cpp
@@ -119,6 +119,7 @@ MainController::MainController(
contactEditController_ = NULL;
userSearchControllerChat_ = NULL;
userSearchControllerAdd_ = NULL;
+ adHocManager_ = NULL;
quitRequested_ = false;
clientInitialized_ = false;