Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9495872a authored by Sai Kiran Korwar's avatar Sai Kiran Korwar Committed by android-build-merger
Browse files

Merge \"bootanimation: Call eglReleaseThread in threadLoop\"

am: 189bbd9f

Change-Id: Iaa5b3e60548ee2cce19cb4c31a6274d0ad877189
parents 05160d70 189bbd9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -314,6 +314,7 @@ bool BootAnimation::threadLoop()
    mFlingerSurface.clear();
    mFlingerSurfaceControl.clear();
    eglTerminate(mDisplay);
    eglReleaseThread();
    IPCThreadState::self()->stopProcess();
    return r;
}