summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2008-05-09 20:17:37 +0200
committerAlbert Astals Cid <aacid@kde.org>2008-05-09 20:18:25 +0200
commitac26ba5148b99a03a56e37ba201ad420b8619943 (patch)
treebcf33fa031911e54bd1f13a0dca7bb6b1863f704 /qt
parent19ec5a531cb03a7bee1cfcc9c7d5c4390fbd069d (diff)
Do not crash on unlock with wrong password
Diffstat (limited to 'qt')
-rw-r--r--qt/poppler-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/poppler-private.h b/qt/poppler-private.h
index 57078f35..899f2bf8 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()
{