[Telepathy-commits] [telepathy-salut/master] Connection: dispose of requests machinery

Will Thompson will.thompson at collabora.co.uk
Thu Oct 23 07:30:38 PDT 2008


---
 src/salut-connection.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/salut-connection.c b/src/salut-connection.c
index f2c90df..eaeb422 100644
--- a/src/salut-connection.c
+++ b/src/salut-connection.c
@@ -830,6 +830,8 @@ salut_connection_dispose (GObject *object)
       priv->bytestream_manager = NULL;
     }
 
+  salut_conn_requests_dispose (self);
+
   /* release any references held by the object here */
   if (G_OBJECT_CLASS (salut_connection_parent_class)->dispose)
     G_OBJECT_CLASS (salut_connection_parent_class)->dispose (object);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list