From aefe6a511b3cb901034e5995fd882e334e40f2bb Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 13 Sep 2013 15:47:58 +0100 Subject: Fix various compile warnings spotted by the cluster. --- source/fitz/font.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/fitz/font.c') diff --git a/source/fitz/font.c b/source/fitz/font.c index 165b6880..334f076a 100644 --- a/source/fitz/font.c +++ b/source/fitz/font.c @@ -906,6 +906,7 @@ fz_outline_ft_glyph(fz_context *ctx, fz_font *font, int gid, const fz_matrix *tr FT_Outline_Translate(&face->glyph->outline, -strength * 32, -strength * 32); } + cc.path = NULL; fz_try(ctx) { cc.ctx = ctx; -- cgit v1.2.3