summaryrefslogtreecommitdiff
path: root/source/fitz/draw-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/draw-device.c')
-rw-r--r--source/fitz/draw-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/draw-device.c b/source/fitz/draw-device.c
index ce825eca..3a5ae1db 100644
--- a/source/fitz/draw-device.c
+++ b/source/fitz/draw-device.c
@@ -2600,7 +2600,7 @@ fz_new_draw_device_with_options(fz_context *ctx, const fz_draw_options *opts, co
fz_rect bounds;
fz_irect ibounds;
fz_matrix transform;
- fz_device *dev;
+ fz_device *dev = NULL;
fz_aa_context aa = *ctx->aa;
fz_set_rasterizer_graphics_aa_level(ctx, &aa, opts->graphics);