diff --git a/src/fontdetection.cpp b/src/fontdetection.cpp index 450a6d0b5c..860f3edfa3 100644 --- a/src/fontdetection.cpp +++ b/src/fontdetection.cpp @@ -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;