* commit 'ab88b948527c8f5eb0368e6481155e21baf0add1': Fix segfault when destroying context
This commit is contained in:
@@ -34,7 +34,7 @@ void GLEScmContext::init() {
|
||||
m_initialized = true;
|
||||
}
|
||||
|
||||
GLEScmContext::GLEScmContext():GLEScontext(),m_pointsIndex(-1), m_clientActiveTexture(0) {
|
||||
GLEScmContext::GLEScmContext():GLEScontext(),m_texCoords(NULL),m_pointsIndex(-1), m_clientActiveTexture(0) {
|
||||
|
||||
m_map[GL_COLOR_ARRAY] = new GLESpointer();
|
||||
m_map[GL_NORMAL_ARRAY] = new GLESpointer();
|
||||
|
||||
Reference in New Issue
Block a user