mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Free nodes created on the SGML parsing stack
This commit is contained in:
parent
aa75cade23
commit
0bfb1d7742
@ -566,7 +566,7 @@ init_sgml_parser(enum sgml_parser_type type, enum sgml_document_type doctype,
|
|||||||
add_dom_stack_context(&parser->stack, parser, &sgml_parser_context_info);
|
add_dom_stack_context(&parser->stack, parser, &sgml_parser_context_info);
|
||||||
|
|
||||||
/* Don't keep the 'fake' text nodes that holds the parsing data. */
|
/* Don't keep the 'fake' text nodes that holds the parsing data. */
|
||||||
init_dom_stack(&parser->parsing, 0);
|
init_dom_stack(&parser->parsing, DOM_STACK_FLAG_FREE_NODES);
|
||||||
add_dom_stack_context(&parser->parsing, parser, &sgml_parsing_context_info);
|
add_dom_stack_context(&parser->parsing, parser, &sgml_parsing_context_info);
|
||||||
|
|
||||||
return parser;
|
return parser;
|
||||||
|
Loading…
Reference in New Issue
Block a user