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 <[EMAIL PROTECTED]>



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

_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to