summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-04-10 22:53:13 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-04-10 22:53:13 (GMT)
commitbb372f7a06b0163da7b1f2749e43ba7c8c1c0c5a (patch)
tree0754a2d7ca040aba3932b66fc9236117562d6b32 /Swift/Controllers/EventWindowController.h
parent995dc5b96429473761ff0a60982f0501cfa6ad6b (diff)
downloadswift-bb372f7a06b0163da7b1f2749e43ba7c8c1c0c5a.zip
swift-bb372f7a06b0163da7b1f2749e43ba7c8c1c0c5a.tar.bz2
Fix two segfaults on signout/signin.
Connections that don't go away when the slot is destroyed. Resolves: #310
Diffstat (limited to 'Swift/Controllers/EventWindowController.h')
-rw-r--r--Swift/Controllers/EventWindowController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/EventWindowController.h b/Swift/Controllers/EventWindowController.h
index 476824f..0710da5 100644
--- a/Swift/Controllers/EventWindowController.h
+++ b/Swift/Controllers/EventWindowController.h
@@ -24,6 +24,7 @@ namespace Swift {
EventController* eventController_;
EventWindowFactory* windowFactory_;
EventWindow* window_;
+ boost::bsignals::scoped_connection eventAddedConnection_;
};
}