summaryrefslogtreecommitdiff
path: root/source/html/html-doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/html/html-doc.c')
-rw-r--r--source/html/html-doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/html/html-doc.c b/source/html/html-doc.c
index 566aeac6..8cfa233f 100644
--- a/source/html/html-doc.c
+++ b/source/html/html-doc.c
@@ -171,7 +171,7 @@ static fz_document *
htdoc_open_document(fz_context *ctx, const char *filename)
{
char dirname[2048];
- fz_buffer *buf;
+ fz_buffer *buf = NULL;
html_document *doc;
fz_dirname(dirname, filename, sizeof dirname);