summaryrefslogtreecommitdiff
path: root/render/html_forms.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_forms.c')
-rw-r--r--render/html_forms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_forms.c b/render/html_forms.c
index 626fe4c0e..c8b3c7fe6 100644
--- a/render/html_forms.c
+++ b/render/html_forms.c
@@ -258,7 +258,7 @@ out:
static struct form_control *
parse_input_element(struct form *forms, dom_html_input_element *input)
{
- struct form_control *control;
+ struct form_control *control = NULL;
dom_html_form_element *form = NULL;
dom_string *ds_type = NULL;
dom_string *ds_name = NULL;