[poppler] poppler/Link.cc

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Nov 22 06:14:56 PST 2009


 poppler/Link.cc |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 039c6dffbfbed46a11e207048a3247d6921d6b02
Author: Ilya Gorenbein <igorenbein at finjan.com>
Date:   Sun Nov 22 15:14:20 2009 +0100

    Correctly initialize fileName

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