[ekiga] Call ShutDownEndpoints () in the SIP endpoint destructor
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Call ShutDownEndpoints () in the SIP endpoint destructor
- Date: Sun, 26 Sep 2010 15:58:04 +0000 (UTC)
commit e8123c548b362556f279b9a4b5155dab05475ee1
Author: Julien Puydt <jpuydt gnome org>
Date: Sun Sep 26 17:59:45 2010 +0200
Call ShutDownEndpoints () in the SIP endpoint destructor
This fixes bug #609354. I hope that was the right place to do that :-/
lib/engine/components/opal/sip-endpoint.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/components/opal/sip-endpoint.cpp b/lib/engine/components/opal/sip-endpoint.cpp
index b1a8e36..4ffe661 100644
--- a/lib/engine/components/opal/sip-endpoint.cpp
+++ b/lib/engine/components/opal/sip-endpoint.cpp
@@ -150,6 +150,7 @@ Opal::Sip::EndPoint::EndPoint (Opal::CallManager & _manager,
Opal::Sip::EndPoint::~EndPoint ()
{
+ manager.ShutDownEndpoints ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]