Initialize variable

This commit is contained in:
Akira TAGOH 2021-12-09 20:29:06 +09:00
parent 3196e1815e
commit 4238402f1c
1 changed files with 1 additions and 1 deletions

View File

@ -1682,7 +1682,7 @@ FcFreeTypeQueryFaceInternal (const FT_Face face,
/* Add the fullname into the cache */ /* Add the fullname into the cache */
if (!variable && !nfullname) if (!variable && !nfullname)
{ {
FcChar8 *family, *style, *lang; FcChar8 *family, *style, *lang = NULL;
int n = 0; int n = 0;
size_t len, i; size_t len, i;
FcStrBuf sbuf; FcStrBuf sbuf;