summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.c b/content/content.c
index 70f280c3d..11effac45 100644
--- a/content/content.c
+++ b/content/content.c
@@ -295,6 +295,7 @@ struct content * content_create(const char *url)
c->width = 0;
c->height = 0;
c->available_width = 0;
+ c->refresh = 0;
c->bitmap = 0;
c->fresh = false;
c->size = sizeof(struct content);