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 --- utils/libdom.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/libdom.c b/utils/libdom.c index ebb90eeb4..9e7e7761a 100644 --- a/utils/libdom.c +++ b/utils/libdom.c @@ -343,6 +343,7 @@ nserror libdom_parse_file(const char *filename, const char *encoding, dom_docume parse_params.msg = ignore_dom_msg; parse_params.script = NULL; parse_params.ctx = NULL; + parse_params.daf = NULL; error = dom_hubbub_parser_create(&parse_params, &parser, &document); if (error != DOM_HUBBUB_OK) { -- cgit v1.2.3