fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel

* parser.c: fixed bug #131745 raised by Shaun McCance with the
  suggested patch
Daniel
This commit is contained in:
Daniel Veillard 2004-01-21 16:00:43 +00:00
parent 20c5e7878d
commit ae28918bf5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
* parser.c: fixed bug #131745 raised by Shaun McCance with the
suggested patch
Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
* xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory

View File

@ -11736,6 +11736,7 @@ xmlCtxtReset(xmlParserCtxtPtr ctxt)
ctxt->wellFormed = 1;
ctxt->nsWellFormed = 1;
ctxt->disableSAX = 0;
ctxt->valid = 1;
ctxt->vctxt.userData = ctxt;
ctxt->vctxt.error = xmlParserValidityError;