1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

make sure htmlCtxtReset do reset the disableSAX field

As pointed out by Stefan Behnel <stefan_ml@behnel.de>
This commit is contained in:
Daniel Veillard
2010-10-28 11:51:22 +02:00
parent ea90b89414
commit 8ad2930f62

View File

@ -6451,6 +6451,7 @@ htmlCtxtReset(htmlParserCtxtPtr ctxt)
ctxt->wellFormed = 1;
ctxt->nsWellFormed = 1;
ctxt->disableSAX = 0;
ctxt->valid = 1;
ctxt->vctxt.userData = ctxt;
ctxt->vctxt.error = xmlParserValidityError;