From 912b9de92808c43a78680d41bba1ad982e120d86 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 6 Dec 2012 19:33:25 +0000 Subject: ensure default action fetcher is set to NULL --- render/html.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render') diff --git a/render/html.c b/render/html.c index 0b2c54365..19ea5a9d0 100644 --- a/render/html.c +++ b/render/html.c @@ -378,6 +378,7 @@ html_create_html_data(html_content *c, const http_parameter *params) parse_params.msg = NULL; parse_params.script = html_process_script; parse_params.ctx = c; + parse_params.daf = NULL; error = dom_hubbub_parser_create(&parse_params, &c->parser, @@ -495,6 +496,7 @@ html_process_encoding_change(struct content *c, parse_params.msg = NULL; parse_params.script = html_process_script; parse_params.ctx = html; + parse_params.daf = NULL; /* Create new binding, using the new encoding */ error = dom_hubbub_parser_create(&parse_params, -- cgit v1.2.3