diff options
author | Sai Kiran Korwar <skirank@nvidia.com> | 2016-07-25 03:57:18 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-07-25 03:57:18 +0000 |
commit | af2a8a9ca6d08f673205140c2ae114aa0373b79a (patch) | |
tree | 77d23d3a57023b42e514010c045bf85904bece75 /cmds/bootanimation/BootAnimation.cpp | |
parent | d71f222400c4d58458152bdd5d01ac0c02ef25e9 (diff) | |
parent | 41ebe86049172063ec0e000ccc631b3dcb835148 (diff) |
Merge \\\"bootanimation: Call eglReleaseThread in threadLoop\\\" am: 189bbd9f6d am: 9495872add
am: 41ebe86049
Change-Id: I7927f23aa76cc17221e557d7f36b95bc23696a1b
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
-rw-r--r-- | cmds/bootanimation/BootAnimation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index ebcc9ff0451f..2601fc6b6f40 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -323,6 +323,7 @@ bool BootAnimation::threadLoop() mFlingerSurface.clear(); mFlingerSurfaceControl.clear(); eglTerminate(mDisplay); + eglReleaseThread(); IPCThreadState::self()->stopProcess(); return r; } |