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

Commit 41ebe860 authored by Jesse Hall's avatar Jesse Hall Committed by android-build-merger
Browse files

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

am: 9495872a

Change-Id: Iaed82af8a48b84972b3b2336a1dc1299851a2f08
parents 03453b98 9495872a
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;
}