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

Commit 3cbe436b authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 8d778b37: am 231da079: Merge "fix [3389263] OMX.Nvidia.h264.decode fails to...

am 8d778b37: am 231da079: Merge "fix [3389263] OMX.Nvidia.h264.decode fails to shutdown" into honeycomb

* commit '8d778b375ccb4945cdcd7cc93272a6d36466ad00':
  fix [3389263] OMX.Nvidia.h264.decode fails to shutdown
parents 2948e3b3 daabd7c2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -152,8 +152,7 @@ status_t Layer::ditch()
    // the layer is not on screen anymore. free as much resources as possible
    mFreezeLock.clear();

    EGLDisplay dpy(mFlinger->graphicPlane(0).getEGLDisplay());
    mBufferManager.destroy(dpy);
    // Free our own reference to ISurface
    mSurface.clear();

    Mutex::Autolock _l(mLock);