[poppler] poppler/qt4/src: poppler-private.h,1.12,1.13
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Aug 24 15:32:34 PDT 2006
Update of /cvs/poppler/poppler/qt4/src
In directory kemper:/tmp/cvs-serv3111/qt4/src
Modified Files:
poppler-private.h
Log Message:
* qt4/src/poppler-private.h: Init m_fontInfoScanner to NULL. Discovered by
Rafael RodrÃguez <rafael.rodriguez.tf at gmail.com>
Index: poppler-private.h
===================================================================
RCS file: /cvs/poppler/poppler/qt4/src/poppler-private.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- poppler-private.h 23 May 2006 20:49:16 -0000 1.12
+++ poppler-private.h 24 Aug 2006 22:32:32 -0000 1.13
@@ -66,7 +66,7 @@
class DocumentData {
public:
DocumentData(GooString *filePath, GooString *ownerPassword, GooString *userPassword) :
- doc(filePath, ownerPassword, userPassword), m_splashOutputDev(0)
+ doc(filePath, ownerPassword, userPassword), m_fontInfoScanner(0), m_splashOutputDev(0)
{
paperColor = Qt::white;
// It might be more appropriate to delete these in PDFDoc
More information about the poppler
mailing list