]> www.fi.muni.cz Git - evince.git/commitdiff
more cvsignores, comment thread libs in configure.in
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>
Thu, 19 Sep 2002 07:55:52 +0000 (07:55 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Thu, 19 Sep 2002 07:55:52 +0000 (07:55 +0000)
pdf/xpdf/PDFDoc.cc

index 29abba05cf254e608464a0ce40922d1370dab5db..683e4d2d69d0cc18259fd5254789e32fca7482d3 100644 (file)
@@ -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);