[Telepathy-commits] [telepathy-gabble/master] connection: fix SSL leak when we are not using old-ssl

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Aug 19 10:54:00 PDT 2008


20080729082919-7fe3f-c986babb748af9325236eadd5a41eb816300c89c.gz
---
 src/connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index fbb59df..741a665 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1153,6 +1153,7 @@ _gabble_connection_connect (TpBaseConnection *base,
 
       if (!priv->require_encryption)
           priv->ignore_ssl_errors = TRUE;
+      lm_ssl_unref (ssl);
     }
 
   /* send whitespace to the server every 30 seconds */
-- 
1.5.6.3




More information about the Telepathy-commits mailing list