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

Commit 189bbd9f authored by Jesse Hall's avatar Jesse Hall Committed by Gerrit Code Review
Browse files

Merge "bootanimation: Call eglReleaseThread in threadLoop"

parents 5152fd90 3eee9fbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -322,6 +322,7 @@ bool BootAnimation::threadLoop()
    mFlingerSurface.clear();
    mFlingerSurfaceControl.clear();
    eglTerminate(mDisplay);
    eglReleaseThread();
    IPCThreadState::self()->stopProcess();
    return r;
}