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

coverity#1187864 Uninitialized pointer field

Change-Id: I2802e7e8860dfcb011af1dab9a408ec46c95ce63
üst 0aee68c3
......@@ -122,6 +122,14 @@ struct GLWindow
#if defined( _WIN32 )
#elif defined( MACOSX )
#elif defined( UNX )
dpy(NULL),
screen(0),
win(0),
#if defined( GLX_VERSION_1_3 ) && defined( GLX_EXT_texture_from_pixmap )
fbc(0),
#endif
vi(NULL),
ctx(0),
GLXExtensions(NULL),
#endif
bpp(0),
......
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