]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Outline.cc
Reused eog HIG dialog in GPdf.
[evince.git] / pdf / xpdf / Outline.cc
index 256d38d4ba7ca62988f71a2cb14cb9c0baafce64..cf9fd7077fb2e72e3e29e568e4c77cf58c6d2d37 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Outline.cc
 //
-// Copyright 2002 Glyph & Cog, LLC
+// Copyright 2002-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
@@ -96,7 +96,7 @@ OutlineItem::OutlineItem(Dict *dict, XRef *xrefA) {
 OutlineItem::~OutlineItem() {
   close();
   if (title) {
-    delete title;
+    gfree(title);
   }
   if (action) {
     delete action;