loudmouth/lm-parser.c
changeset 152 c736903f577b
parent 102 f47119027379
--- a/loudmouth/lm-parser.c	Sat May 27 08:34:10 2006 +0000
+++ b/loudmouth/lm-parser.c	Tue Jun 06 12:39:19 2006 +0000
@@ -264,8 +264,11 @@
 	if (parser->notify) {
 		(* parser->notify) (parser->user_data);
 	}
-	
+
+	if (parser->context) {
+		g_markup_parse_context_free (parser->context);
+	}
+	g_free (parser->m_parser);
 	g_free (parser);
-	g_print ("Free parser\n");
 }