[poppler] Branch 'poppler-0.12' - poppler/Link.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Sun Nov 22 06:16:29 PST 2009
poppler/Link.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 8ffd9753eaebdb2b738f80ee25584dacdeccb28b
Author: Ilya Gorenbein <igorenbein at finjan.com>
Date: Sun Nov 22 15:16:02 2009 +0100
Correctly initialize fileName
Bug 25221
diff --git a/poppler/Link.cc b/poppler/Link.cc
index 1f66677..5f3b8bd 100644
--- a/poppler/Link.cc
+++ b/poppler/Link.cc
@@ -18,6 +18,7 @@
// Copyright (C) 2008 Hugo Mercier <hmercier31 at gmail.com>
// Copyright (C) 2008, 2009 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2009 Kovid Goyal <kovid at kovidgoyal.net>
+// Copyright (C) 2009 Ilya Gorenbein <igorenbein at finjan.com>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -419,6 +420,7 @@ LinkGoTo::~LinkGoTo() {
//------------------------------------------------------------------------
LinkGoToR::LinkGoToR(Object *fileSpecObj, Object *destObj) {
+ fileName = NULL;
dest = NULL;
namedDest = NULL;
More information about the poppler
mailing list