Initialize variable
This commit is contained in:
parent
3196e1815e
commit
4238402f1c
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue