summaryrefslogtreecommitdiff
path: root/poppler/Page.cc
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2007-05-07 18:41:09 +0000
committerAlbert Astals Cid <aacid@kde.org>2007-05-07 18:41:09 +0000
commit96f8731e90af1abce67d00a3febc11880c69ce62 (patch)
tree94917ac021405ef94d4618bf9af8d5d9e4fd3bcf /poppler/Page.cc
parentd46553d696b2d7fe416ce8db40db54dd1d7c6733 (diff)
* Catalog.cc: Fix leak
* Form.cc: Fix leak, provide empty FormPageWidgets::~FormPageWidgets implementation * Page.cc: Fix leak
Diffstat (limited to 'poppler/Page.cc')
-rw-r--r--poppler/Page.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/Page.cc b/poppler/Page.cc
index fbc1b187..738a285b 100644
--- a/poppler/Page.cc
+++ b/poppler/Page.cc
@@ -308,6 +308,7 @@ Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form)
}
Page::~Page() {
+ delete pageWidgets;
delete attrs;
annots.free();
contents.free();