Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Outline.cc
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 21:55:40 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 21:55:40 (GMT)
commit9ac495d6543dbd65992791bb41d5f8fbf90e549c (patch)
tree86a82c37529579eb209b3abe757970e885e11e23 /pdf/xpdf/Outline.cc
parent96653f29e1cfb116a8af43c3aeee5a1ad6947af8 (diff)
Import of Xpdf 2.01 for merge
Diffstat (limited to 'pdf/xpdf/Outline.cc')
-rw-r--r--pdf/xpdf/Outline.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/Outline.cc b/pdf/xpdf/Outline.cc
index 256d38d..267c6a0 100644
--- a/pdf/xpdf/Outline.cc
+++ b/pdf/xpdf/Outline.cc
@@ -96,7 +96,7 @@ OutlineItem::OutlineItem(Dict *dict, XRef *xrefA) {
OutlineItem::~OutlineItem() {
close();
if (title) {
- delete title;
+ gfree(title);
}
if (action) {
delete action;