Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/PDFDoc.cc
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-19 07:55:52 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-19 07:55:52 (GMT)
commit1929ee78d5d01fd08c50e53e4eb81df6539b99f5 (patch)
tree48d6fc6aa9e6f43297b9e88fdc76cb716eabcd75 /pdf/xpdf/PDFDoc.cc
parent4a1b96884920c5bcbf0ae72f5e0aaf3279834de8 (diff)
more cvsignores, comment thread libs in configure.in
Diffstat (limited to 'pdf/xpdf/PDFDoc.cc')
-rw-r--r--pdf/xpdf/PDFDoc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/xpdf/PDFDoc.cc b/pdf/xpdf/PDFDoc.cc
index 29abba0..683e4d2 100644
--- a/pdf/xpdf/PDFDoc.cc
+++ b/pdf/xpdf/PDFDoc.cc
@@ -187,6 +187,7 @@ void PDFDoc::displayPage(OutputDev *out, int page, double zoom,
if (doLinks) {
if (links) {
delete links;
+ links = NULL;
}
getLinks(p);
p->display(out, zoom, rotate, links, catalog);