summaryrefslogtreecommitdiff
path: root/print/xpdf/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'print/xpdf/patches/patch-ab')
-rw-r--r--print/xpdf/patches/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/print/xpdf/patches/patch-ab b/print/xpdf/patches/patch-ab
deleted file mode 100644
index 4b4a8ae3d33..00000000000
--- a/print/xpdf/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2005/09/07 15:19:08 adam Exp $
-
---- xpdf/XPDFViewer.cc.orig 2005-08-17 05:34:31.000000000 +0000
-+++ xpdf/XPDFViewer.cc
-@@ -175,9 +175,12 @@ XPDFViewer::XPDFViewer(XPDFApp *appA, GS
-
- XPDFViewer::~XPDFViewer() {
- delete core;
-- XmFontListFree(aboutBigFont);
-- XmFontListFree(aboutVersionFont);
-- XmFontListFree(aboutFixedFont);
-+ if(aboutBigFont)
-+ XmFontListFree(aboutBigFont);
-+ if(aboutVersionFont)
-+ XmFontListFree(aboutVersionFont);
-+ if(aboutFixedFont)
-+ XmFontListFree(aboutFixedFont);
- closeWindow();
- #ifndef DISABLE_OUTLINE
- if (outlineLabels) {