[poppler] Branch 'poppler-0.8' - qt/poppler-private.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Fri May 9 11:17:58 PDT 2008
qt/poppler-private.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit decbe43516ef0116e823a7368a63914ce7a92023
Author: Albert Astals Cid <aacid at kde.org>
Date: Fri May 9 20:17:37 2008 +0200
Do not crash on unlock with wrong password
diff --git a/qt/poppler-private.h b/qt/poppler-private.h
index 57078f3..899f2bf 100644
--- a/qt/poppler-private.h
+++ b/qt/poppler-private.h
@@ -87,7 +87,7 @@ class LinkDestinationData {
class DocumentData {
public:
- DocumentData(GooString *filePath, GooString *password) : doc(filePath,password), m_outputDev(0) {}
+ DocumentData(GooString *filePath, GooString *password) : doc(filePath,password), m_fontInfoScanner(0), m_outputDev(0) {}
~DocumentData()
{
More information about the poppler
mailing list