[telepathy-sofiasip/master] tpsip_connection_dispose: remove assertion that base->self_handle == 0

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Jul 17 02:38:49 PDT 2009


This is unnecessary, was never guaranteed, and we'd like to make it not
be the case in a future tp-glib.  See fd.o #17751
---
 src/sip-connection.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/sip-connection.c b/src/sip-connection.c
index 66efa15..c89cec4 100644
--- a/src/sip-connection.c
+++ b/src/sip-connection.c
@@ -808,7 +808,6 @@ tpsip_connection_dispose (GObject *object)
    * disconnect */
   g_assert (base->status == TP_CONNECTION_STATUS_DISCONNECTED
       || base->status == TP_INTERNAL_CONNECTION_STATUS_NEW);
-  g_assert (base->self_handle == 0);
 
   /* the base class owns channel factories/managers,
    * here we just nullify the references */
-- 
1.5.6.5



More information about the telepathy-commits mailing list