From 1929ee78d5d01fd08c50e53e4eb81df6539b99f5 Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Thu, 19 Sep 2002 07:55:52 +0000 Subject: more cvsignores, comment thread libs in configure.in --- 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); -- cgit v0.9.1