Merge "bootanimation: Call eglReleaseThread in threadLoop"

This commit is contained in:
Jesse Hall
2016-07-25 03:36:57 +00:00
committed by Gerrit Code Review

View File

@@ -322,6 +322,7 @@ bool BootAnimation::threadLoop()
mFlingerSurface.clear();
mFlingerSurfaceControl.clear();
eglTerminate(mDisplay);
eglReleaseThread();
IPCThreadState::self()->stopProcess();
return r;
}