Free stream_id when freeing the connection.
authorMikael Hallendal <micke@imendio.com>
Sat, 24 Feb 2007 03:31:53 +0100
changeset 230 8acc59cf04ea
parent 227 b8fa5635fb30
child 231 6c6259ccb40b
Free stream_id when freeing the connection. Patch from Dafydd Harries.
loudmouth/lm-connection.c
--- a/loudmouth/lm-connection.c	Sat Feb 24 02:50:25 2007 +0100
+++ b/loudmouth/lm-connection.c	Sat Feb 24 03:31:53 2007 +0100
@@ -159,6 +159,7 @@
 
 	g_free (connection->server);
 	g_free (connection->jid);
+	g_free (connection->stream_id);
 	g_free (connection->resource);
 
 	if (connection->sasl) {