diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-10-18 11:06:09 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-10-18 11:06:09 (GMT) |
commit | d66625d2118fdcfa24e6426588ecdeb102a42966 (patch) | |
tree | adcc698fbdbc0b147b225e7065bd1dac39196ad4 /Swift/Controllers | |
parent | 5b1063b0df14f16fb8d0f0e811fc014e67489ad6 (diff) | |
download | swift-contrib-d66625d2118fdcfa24e6426588ecdeb102a42966.zip swift-contrib-d66625d2118fdcfa24e6426588ecdeb102a42966.tar.bz2 |
Fix possible crash on login failures
Diffstat (limited to 'Swift/Controllers')
-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 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; |