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

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

Merge \\\\"bootanimation: Call eglReleaseThread in threadLoop\\\\" am:...

Merge \\\\"bootanimation: Call eglReleaseThread in threadLoop\\\\" am: 189bbd9f am: 9495872a am: 41ebe860
am: af2a8a9c

Change-Id: Ic03306aadf473d0c5cf6954288c57b759186c807
parents 25a8ff7c af2a8a9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -320,6 +320,7 @@ bool BootAnimation::threadLoop()
    mFlingerSurface.clear();
    mFlingerSurfaceControl.clear();
    eglTerminate(mDisplay);
    eglReleaseThread();
    IPCThreadState::self()->stopProcess();
    return r;
}