| Index: core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1load.c
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1load.c b/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1load.c
|
| index 76e36f82e72e1bb63c22d4869c07af559f81ac4e..661dd075ebce8efb2fb46df5c68ba93624a0af4d 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1load.c
|
| +++ b/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1load.c
|
| @@ -1100,8 +1100,8 @@
|
| 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_scale;
|
| + FT_Fixed temp[6] = {0, 0, 0, 0, 0, 0};
|
| + FT_Fixed temp_scale = 0;
|
| FT_Int result;
|
|
|
|
|
|
|