summaryrefslogtreecommitdiff
path: root/source/fitz/stream-open.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/stream-open.c')
-rw-r--r--source/fitz/stream-open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/stream-open.c b/source/fitz/stream-open.c
index 3fe58712..83990d52 100644
--- a/source/fitz/stream-open.c
+++ b/source/fitz/stream-open.c
@@ -16,7 +16,7 @@ fz_file_exists(fz_context *ctx, const char *path)
fz_stream *
fz_new_stream(fz_context *ctx, void *state, fz_stream_next_fn *next, fz_stream_close_fn *close)
{
- fz_stream *stm;
+ fz_stream *stm = NULL;
fz_try(ctx)
{