[Libreoffice-commits] .: vcl/source

Caolán McNamara caolan at kemper.freedesktop.org
Sun Nov 28 12:45:02 PST 2010


 vcl/source/gdi/pngread.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8f3b07ce2a569dedd1c15c746023949e134a2aa9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 28 20:44:48 2010 +0000

    cppcheck: init some members in ctor

diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx
index b3b44b6..b06caac 100644
--- a/vcl/source/gdi/pngread.cxx
+++ b/vcl/source/gdi/pngread.cxx
@@ -200,7 +200,9 @@ PNGReaderImpl::PNGReaderImpl( SvStream& rPNGStream )
     mpInflateInBuf	( NULL ),
     mpScanPrior 	( NULL ),
     mpTransTab		( NULL ),
+    mpScanCurrent	( NULL ),
     mpColorTable	( (sal_uInt8*) mpDefaultColorTable ),
+    mnPass ( 0 ),
     mbzCodecInUse	( sal_False ),
     mbStatus( TRUE),
     mbIDAT( FALSE ),


More information about the Libreoffice-commits mailing list