diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-05-24 16:18:56 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-05-24 16:18:56 (GMT) |
commit | 3a0803936a07163013082f77200f6fde1152bc5d (patch) | |
tree | 06211ed4416aa755050626687e8c7b4f202551cd | |
parent | 933d3ab7b34500c8edb927505d831fe439ca4253 (diff) | |
download | swift-3a0803936a07163013082f77200f6fde1152bc5d.zip swift-3a0803936a07163013082f77200f6fde1152bc5d.tar.bz2 |
Pre-NULL MUCSearchController, to avoid a segfault during login failure.
-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 6c9c5dd..591ccda 100644 --- a/Swift/Controllers/MainController.cpp +++ b/Swift/Controllers/MainController.cpp @@ -79,6 +79,7 @@ MainController::MainController(ChatWindowFactory* chatWindowFactory, MainWindowF discoResponder_ = NULL; presenceSender_ = NULL; client_ = NULL; + mucSearchController_ = NULL; mucSearchWindowFactory_ = mucSearchWindowFactory; eventWindowFactory_ = eventWindowFactory; |