diff options
| author | Kevin Smith <git@kismith.co.uk> | 2012-09-20 07:28:56 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2012-09-20 07:28:56 (GMT) | 
| commit | 21719e2ca06b12d214c32ed24b3ecc2227c8dd07 (patch) | |
| tree | 8d367b6b7bb2809722e7b7d4e8076a0496c0b087 | |
| parent | 43e6f6cb4e1fe907df25f8acead2532afa284ad6 (diff) | |
| download | swift-21719e2ca06b12d214c32ed24b3ecc2227c8dd07.zip swift-21719e2ca06b12d214c32ed24b3ecc2227c8dd07.tar.bz2 | |
Don't crash on disconnects with experimental
| -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 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; | 
 Swift
 Swift