Initialize m_context in EGL thread clean up test class
authorPyry Haulos <phaulos@google.com>
Fri, 27 May 2016 16:21:19 +0000 (09:21 -0700)
committerPyry Haulos <phaulos@google.com>
Fri, 27 May 2016 16:30:35 +0000 (09:30 -0700)
commite12d5fa7246dca6af962249786ec7396129945d1
treef34f7a5f73df019a86b2c17e17587bf85124c7e4
parentae0ecb55387f2f05b5a85114404a94cef4d15e01
Initialize m_context in EGL thread clean up test class

This causes a crash when generating test case lists on null driver if
m_context ends up being some non-0 value.

Change-Id: I377af85a636a71366f4da8f4b00fccde979e91f3
modules/egl/teglThreadCleanUpTests.cpp