Merge "EGL: fix an extension string bug" into jb-mr1-dev
This commit is contained in:
commit
f0f56f32bb
@ -293,6 +293,10 @@ EGLBoolean egl_display_t::terminate() {
|
||||
|
||||
mHibernation.setDisplayValid(false);
|
||||
|
||||
// Reset the extension string since it will be regenerated if we get
|
||||
// reinitialized.
|
||||
mExtensionString.setTo("");
|
||||
|
||||
// Mark all objects remaining in the list as terminated, unless
|
||||
// there are no reference to them, it which case, we're free to
|
||||
// delete them.
|
||||
|
Loading…
Reference in New Issue
Block a user