poppler/Link.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 039c6dffbfbed46a11e207048a3247d6921d6b02
Author: Ilya Gorenbein <[email protected]>
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 <[email protected]>
// Copyright (C) 2008, 2009 Albert Astals Cid <[email protected]>
// Copyright (C) 2009 Kovid Goyal <[email protected]>
+// Copyright (C) 2009 Ilya Gorenbein <[email protected]>
//
// 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;
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler