am 052effb8: Merge "Fix an iligal "free"."

* commit '052effb85f939305f9ff6b743d3447e8e972b75e':
  Fix an iligal "free".
This commit is contained in:
David Turner
2011-06-28 04:55:44 -07:00
committed by Android Git Automerger

View File

@@ -56,6 +56,7 @@ GLEScmContext::~GLEScmContext(){
delete[] m_texCoords;
m_texCoords = NULL;
}
m_map[GL_TEXTURE_COORD_ARRAY] = NULL;
}