Merge \\"bootanimation: Call eglReleaseThread in threadLoop\\" am: 189bbd9f6d

am: 9495872add

Change-Id: Iaed82af8a48b84972b3b2336a1dc1299851a2f08
This commit is contained in:
Jesse Hall
2016-07-25 03:53:11 +00:00
committed by android-build-merger

View File

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