Kaydet (Commit) e19d966b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1323758 Uninitialized pointer field

Change-Id: Iccbf40d09ffb9f9bb6058b81db4ebde6b64a7ae9
üst 13fdf04f
...@@ -1672,6 +1672,7 @@ public: ...@@ -1672,6 +1672,7 @@ public:
{ {
if (!OpenGLHelper::isVCLOpenGLEnabled()) if (!OpenGLHelper::isVCLOpenGLEnabled())
{ {
mpImplA = mpImplB = nullptr;
fprintf (stderr, "OpenGL is not enabled: try SAL_FORCEGL=1\n"); fprintf (stderr, "OpenGL is not enabled: try SAL_FORCEGL=1\n");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment