summaryrefslogtreecommitdiffstats
path: root/source/xap/xpdf/patches/xpdf-4.02.crash.fix.diff
blob: 3a65985a3ca9ae5bab1e5783fe25ee7917afbb22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./xpdf/GlobalParams.cc.orig	2019-09-25 14:54:33.000000000 -0500
+++ ./xpdf/GlobalParams.cc	2019-10-08 13:33:36.526738508 -0500
@@ -568,7 +568,7 @@
     FcFontSetDestroy(fontSet);
   }
 
-  FcFini();
+  // FcFini(); Commented out to fix crash
 }
 #endif // HAVE_FONTCONFIG