[Libreoffice-commits] core.git: vcl/opengl

Caolán McNamara caolanm at redhat.com
Thu Jan 15 12:18:36 PST 2015


 vcl/opengl/gdiimpl.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 674436511d37fe9d777a394c2311da17b6e03c6b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jan 15 20:17:45 2015 +0000

    coverity#1264396 Uninitialized scalar field
    
    Change-Id: I085f2d0e15c88b995bea3f99945c9ab2e2bcc909

diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 6da2c26..ebfc03a 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -50,6 +50,8 @@ OpenGLSalGraphicsImpl::OpenGLSalGraphicsImpl(SalGraphics& rParent, SalGeometryPr
 #ifdef DBG_UTIL
     , mProgramIsSolidColor(false)
 #endif
+    , mProgramSolidColor(SALCOLOR_NONE)
+    , mProgramSolidTransparency(0.0)
 {
 }
 


More information about the Libreoffice-commits mailing list