mirror of
git://slackware.nl/current.git
synced 2025-01-13 08:01:53 +01:00
12 lines
278 B
Diff
12 lines
278 B
Diff
|
--- ./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
|
||
|
|