From 4238402f1cfee3946a4090cea7ff31d46ceb2c11 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Thu, 9 Dec 2021 20:29:06 +0900 Subject: [PATCH] Initialize variable --- src/fcfreetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fcfreetype.c b/src/fcfreetype.c index 409c9a1..cf923f2 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -1682,7 +1682,7 @@ FcFreeTypeQueryFaceInternal (const FT_Face face, /* Add the fullname into the cache */ if (!variable && !nfullname) { - FcChar8 *family, *style, *lang; + FcChar8 *family, *style, *lang = NULL; int n = 0; size_t len, i; FcStrBuf sbuf;