[Libreoffice-commits] core.git: canvas/source
Caolán McNamara
caolanm at redhat.com
Fri Oct 11 00:57:38 PDT 2013
canvas/source/opengl/ogl_canvashelper.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2f6b2cf6e91c973998256f2f7e6b801489915cab
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Oct 11 08:57:01 2013 +0100
CID#1103749 unintialized member
Change-Id: I33f92b9fc6adc6fabc9732c4e62e7331e0baba25
diff --git a/canvas/source/opengl/ogl_canvashelper.cxx b/canvas/source/opengl/ogl_canvashelper.cxx
index ae349b9..3d4bd55 100644
--- a/canvas/source/opengl/ogl_canvashelper.cxx
+++ b/canvas/source/opengl/ogl_canvashelper.cxx
@@ -378,6 +378,7 @@ namespace oglcanvas
CanvasHelper::CanvasHelper() :
mpDevice( NULL ),
+ mpDeviceHelper( NULL ),
mpRecordedActions()
{}
More information about the Libreoffice-commits
mailing list