am 4ab20cdf: am 64d0e9d5: Merge "Fix segfault when destroying context"

* commit '4ab20cdff7afc2c019f861593eb955ceaedab10e':
  Fix segfault when destroying context
This commit is contained in:
David Turner
2011-07-06 07:43:50 -07:00
committed by Android Git Automerger

View File

@@ -34,7 +34,7 @@ void GLEScmContext::init() {
m_initialized = true; 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_COLOR_ARRAY] = new GLESpointer();
m_map[GL_NORMAL_ARRAY] = new GLESpointer(); m_map[GL_NORMAL_ARRAY] = new GLESpointer();