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

coverity#1210193 Uninitialized pointer field

Change-Id: I8d9ee48fa7fb08aa7488d891121078024b13bd71
üst 4a1bcd90
......@@ -21,6 +21,7 @@ using namespace com::sun::star;
OpenGLContext::OpenGLContext():
mpWindow(NULL),
m_pChildWindow(NULL),
mbInitialized(false)
{
}
......
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