X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FOutline.cc;h=cf9fd7077fb2e72e3e29e568e4c77cf58c6d2d37;hb=884f739665dc56e66f51e104350f2affd33f2dd8;hp=256d38d4ba7ca62988f71a2cb14cb9c0baafce64;hpb=6112dfe4b45b0305c7a6f61bd8a847f69f892cbb;p=evince.git diff --git a/pdf/xpdf/Outline.cc b/pdf/xpdf/Outline.cc index 256d38d4..cf9fd707 100644 --- a/pdf/xpdf/Outline.cc +++ b/pdf/xpdf/Outline.cc @@ -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;