qt/poppler-private.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ac26ba5148b99a03a56e37ba201ad420b8619943
Author: Albert Astals Cid <[EMAIL PROTECTED]>
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()
{
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler