]> git.pld-linux.org Git - packages/poppler0.61.git/blame - poppler-secfix.patch
- updated to 0.8.6
[packages/poppler0.61.git] / poppler-secfix.patch
CommitLineData
639a2af1
MB
1diff -urN poppler-0.8.4/poppler/Page.cc poppler-0.8.4.new/poppler/Page.cc
2--- poppler-0.8.4/poppler/Page.cc 2008-05-26 20:52:22.000000000 +0200
3+++ poppler-0.8.4.new/poppler/Page.cc 2008-07-11 23:42:36.208351290 +0200
4@@ -230,6 +230,7 @@
5
6 Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) {
7 Object tmp;
8+ pageWidgets = NULL;
9
10 ok = gTrue;
11 xref = xrefA;
This page took 0.057458 seconds and 4 git commands to generate.