diff options
| -rw-r--r-- | Swiften/Network/BoostTimer.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Swiften/Network/BoostTimer.cpp b/Swiften/Network/BoostTimer.cpp index ab6fbe0..1812688 100644 --- a/Swiften/Network/BoostTimer.cpp +++ b/Swiften/Network/BoostTimer.cpp @@ -24,6 +24,7 @@ void BoostTimer::start() {  void BoostTimer::stop() {  	timer.cancel(); +	eventLoop->removeEventsFromOwner(shared_from_this());  }  void BoostTimer::handleTimerTick(const boost::system::error_code& error) { | 
 Swift
 Swift