diff options
-rw-r--r-- | poppler/Page.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/Page.cc b/poppler/Page.cc index c76569cb..387d7f78 100644 --- a/poppler/Page.cc +++ b/poppler/Page.cc @@ -235,6 +235,7 @@ Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) xref = xrefA; num = numA; duration = -1; + pageWidgets = NULL; // get attributes attrs = attrsA; |