patch from Vasily Chekalkin fixes memory leaks, should fix 512647 Daniel

* parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
  leaks, should fix 512647
Daniel

svn path=/trunk/; revision=3706
diff --git a/ChangeLog b/ChangeLog
index c60d76e..e74824a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
+
+	* parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
+	  leaks, should fix 512647
+
 Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
 
 	* xmlregexp.c: found a nasty bug in regexp automata build,