loudmouth/lm-connection.c
changeset 153 b2324df84971
parent 143 92193c23b0c7
child 155 d24c4392d4e3
--- a/loudmouth/lm-connection.c	Tue Jun 06 12:16:49 2006 +0000
+++ b/loudmouth/lm-connection.c	Tue Jun 06 12:39:19 2006 +0000
@@ -204,6 +204,10 @@
 	g_free (connection->server);
 	g_free (connection->jid);
 
+	if (connection->parser) {
+		lm_parser_free (connection->parser);
+	}
+
 	/* Unref handlers */
 	for (i = 0; i < LM_MESSAGE_TYPE_UNKNOWN; ++i) {
 		GSList *l;