~ubuntu-branches/ubuntu/jaunty/poppler/jaunty-security

« back to all changes in this revision

Viewing changes to poppler/Page.cc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-01-14 16:57:14 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090114165714-fc0eniq9604rq6u4
Tags: 0.10.3-0ubuntu1
* New upstream version
* debian/patches/60_manpages-cfg-flag.patch:
  - the change is in the new version
* debian/patches/61_manpages-hyphens.patch:
  - the change is in the new version
* debian/patches/62_pdftops-mandatory-arg.patch:
  - the change is in the new version
* debian/patches/63_do-not-make-ps-arrays-bigger-than-64k-from-big-images-in-patterns.patch:
  - the change is in the new version
* Updated for the libpoppler and libpoppler-glib soname changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
//
7
7
//========================================================================
8
8
 
 
9
//========================================================================
 
10
//
 
11
// Modified under the Poppler project - http://poppler.freedesktop.org
 
12
//
 
13
// All changes made under the Poppler project to this file are licensed
 
14
// under GPL version 2 or later
 
15
//
 
16
// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com>
 
17
// Copyright (C) 2005 Jeff Muizelaar <jeff@infidigm.net>
 
18
// Copyright (C) 2005-2008 Albert Astals Cid <aacid@kde.org>
 
19
// Copyright (C) 2006-2008 Pino Toscano <pino@kde.org>
 
20
// Copyright (C) 2006 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
 
21
// Copyright (C) 2006 Scott Turner <scotty1024@mac.com>
 
22
// Copyright (C) 2006-2008 Carlos Garcia Campos <carlosgc@gnome.org>
 
23
// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org>
 
24
// Copyright (C) 2008 Iñigo Martínez <inigomartinez@gmail.com>
 
25
// Copyright (C) 2008 Brad Hards <bradh@kde.org>
 
26
// Copyright (C) 2008 Ilya Gorenbein <igorenbein@finjan.com>
 
27
//
 
28
// To see a description of the changes please see the Changelog file that
 
29
// came with your tarball or type make ChangeLog if you are building from git
 
30
//
 
31
//========================================================================
 
32
 
9
33
#include <config.h>
10
34
 
11
35
#ifdef USE_GCC_PRAGMAS
312
336
  delete attrs;
313
337
  annots.free();
314
338
  contents.free();
 
339
  trans.free();
 
340
  thumb.free();
 
341
  actions.free();
315
342
}
316
343
 
317
344
Annots *Page::getAnnots(Catalog *catalog) {