loudmouth/lm-connection.c
changeset 178 260d6853b457
parent 168 ac1affcd5d22
child 180 2694ed676a99
--- a/loudmouth/lm-connection.c	Mon Sep 11 19:19:30 2006 +0000
+++ b/loudmouth/lm-connection.c	Wed Sep 13 13:14:13 2006 +0000
@@ -246,6 +246,10 @@
 		lm_ssl_unref (connection->ssl);
 	}
 
+	if (connection->proxy) {
+		lm_proxy_unref (connection->proxy);
+	}
+
 	g_queue_free (connection->incoming_messages);
         
         if (connection->context) {