- Fix bug #32245 (xml_parser_free() in function assigned to the xml parser

gives a segfault)
This commit is contained in:
Rob Richards 2005-04-28 12:16:32 +00:00
parent 085f2a6980
commit 1ed5c14fe2
2 changed files with 12 additions and 0 deletions

View file

@ -90,6 +90,7 @@ typedef struct {
char **ltags;
int lastwasopen;
int skipwhite;
int isparsing;
XML_Char *baseURI;
} xml_parser;