mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-01 10:06:59 +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:
@ -6451,6 +6451,7 @@ htmlCtxtReset(htmlParserCtxtPtr ctxt)
|
|||||||
|
|
||||||
ctxt->wellFormed = 1;
|
ctxt->wellFormed = 1;
|
||||||
ctxt->nsWellFormed = 1;
|
ctxt->nsWellFormed = 1;
|
||||||
|
ctxt->disableSAX = 0;
|
||||||
ctxt->valid = 1;
|
ctxt->valid = 1;
|
||||||
ctxt->vctxt.userData = ctxt;
|
ctxt->vctxt.userData = ctxt;
|
||||||
ctxt->vctxt.error = xmlParserValidityError;
|
ctxt->vctxt.error = xmlParserValidityError;
|
||||||
|
Reference in New Issue
Block a user