Don't call FcFini to avoid fontcache reinitialization

This commit is contained in:
Pavel Stupnikov
2017-10-25 14:54:47 +03:00
parent 10fddefbe2
commit 50527dad26
+1 -1
View File
@@ -611,7 +611,7 @@ FT_Error GetFontByFaceName(const char *font_name, FT_Face *face)
free(font_family);
FcPatternDestroy(pat);
FcFontSetDestroy(fs);
FcFini();
// FcFini();
}
return err;