summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2012-09-17 16:50:18 (GMT)
committerRemko Tronçon <git@el-tramo.be>2012-09-17 16:50:18 (GMT)
commit7693734b10699b5fc4bfc3d7dc33128d558e202d (patch)
tree435dab19ade6f1dd11759defc26862d15de749ff
parent33f6cb5944783533bcd157b53cc819d5b0daaafb (diff)
downloadswift-contrib-7693734b10699b5fc4bfc3d7dc33128d558e202d.zip
swift-contrib-7693734b10699b5fc4bfc3d7dc33128d558e202d.tar.bz2
Fixed crash when canceling connect.
-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 910a489..e441c7c 100644
--- a/Swift/Controllers/MainController.cpp
+++ b/Swift/Controllers/MainController.cpp
@@ -123,6 +123,7 @@ MainController::MainController(
contactEditController_ = NULL;
userSearchControllerChat_ = NULL;
userSearchControllerAdd_ = NULL;
+ whiteboardManager_ = NULL;
adHocManager_ = NULL;
quitRequested_ = false;
clientInitialized_ = false;