From: Martin Kretzschmar Date: Thu, 19 Sep 2002 07:55:52 +0000 (+0000) Subject: more cvsignores, comment thread libs in configure.in X-Git-Tag: GPDF_FOR_GNOME_1_4~16 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=1929ee78d5d01fd08c50e53e4eb81df6539b99f5;p=evince.git more cvsignores, comment thread libs in configure.in --- diff --git a/pdf/xpdf/PDFDoc.cc b/pdf/xpdf/PDFDoc.cc index 29abba05..683e4d2d 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);