diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-09-17 16:50:18 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-09-17 16:50:18 (GMT) |
commit | 7693734b10699b5fc4bfc3d7dc33128d558e202d (patch) | |
tree | 435dab19ade6f1dd11759defc26862d15de749ff /Swift | |
parent | 33f6cb5944783533bcd157b53cc819d5b0daaafb (diff) | |
download | swift-contrib-7693734b10699b5fc4bfc3d7dc33128d558e202d.zip swift-contrib-7693734b10699b5fc4bfc3d7dc33128d558e202d.tar.bz2 |
Fixed crash when canceling connect.
Diffstat (limited to 'Swift')
-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 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; |