summaryrefslogtreecommitdiffstats
path: root/graphics/poppler/files/patch-poppler_Page.cc
blob: 1d0f6329831f4d0d7b04762dbe9590a6333168aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- poppler/Page.cc.orig    2008-07-09 17:53:56.000000000 +0200
+++ poppler/Page.cc 2008-07-09 17:54:49.000000000 +0200
@@ -230,7 +230,7 @@
 
 Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) {
   Object tmp;
-   
+  pageWidgets =    NULL;
   ok = gTrue;
   xref = xrefA;
   num = numA;