summaryrefslogtreecommitdiff
path: root/render/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.c')
-rw-r--r--render/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.c b/render/html.c
index 3e26928fd..85e377095 100644
--- a/render/html.c
+++ b/render/html.c
@@ -344,6 +344,7 @@ html_create_html_data(html_content *c, const http_parameter *params)
c->page = NULL;
c->font_func = &nsfont;
c->scrollbar = NULL;
+ c->textarea = NULL;
c->scripts_count = 0;
c->scripts = NULL;
c->jscontext = NULL;