am 975a39ba: am 26aad35e: Merge "emulator opengl: typo caused the decoder to crash"

* commit '975a39baa3d779a1972100c11fe7d9447b2feae8':
  emulator opengl: typo caused the decoder to crash
This commit is contained in:
David Turner
2011-05-03 13:43:39 -07:00
committed by Android Git Automerger

View File

@@ -44,7 +44,7 @@ public:
GLDecoderContextData(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES) :
m_nLocations(nLocations)
{
m_pointerData = new FixedBuffer(m_nLocations);
m_pointerData = new FixedBuffer[m_nLocations];
}
~GLDecoderContextData() {