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

* commit 'b072bc8bf3ea2c09f27495b5465daeb2cc7e517a':
  Fix an iligal "free".
This commit is contained in:
David Turner
2011-06-28 04:59:19 -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;
}