mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-05 19:35:54 +03:00
Also reset nsNr in htmlCtxtReset
This commit is contained in:
@@ -6743,6 +6743,8 @@ htmlCtxtReset(htmlParserCtxtPtr ctxt)
|
|||||||
ctxt->nameNr = 0;
|
ctxt->nameNr = 0;
|
||||||
ctxt->name = NULL;
|
ctxt->name = NULL;
|
||||||
|
|
||||||
|
ctxt->nsNr = 0;
|
||||||
|
|
||||||
DICT_FREE(ctxt->version);
|
DICT_FREE(ctxt->version);
|
||||||
ctxt->version = NULL;
|
ctxt->version = NULL;
|
||||||
DICT_FREE(ctxt->encoding);
|
DICT_FREE(ctxt->encoding);
|
||||||
|
Reference in New Issue
Block a user