diff --git a/src/type1/t1load.c b/src/type1/t1load.c index 17618a8..f189798 100644 --- a/src/type1/t1load.c +++ b/src/type1/t1load.c @@ -1094,7 +1094,7 @@ FT_Matrix* matrix = &face->type1.font_matrix; FT_Vector* offset = &face->type1.font_offset; FT_Face root = (FT_Face)&face->root; - FT_Fixed temp[6]; + FT_Fixed temp[6] = {0, 0, 0, 0, 0, 0}; FT_Fixed temp_scale; FT_Int result;