loudmouth/lm-parser.c
changeset 153 b2324df84971
parent 140 103227122f45
child 168 ac1affcd5d22
--- a/loudmouth/lm-parser.c	Tue Jun 06 12:16:49 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");
 }