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

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

am d91ac98a: fix [2785833] valgrind error in android::Layer::requestBuffer

Merge commit 'd91ac98a' into gingerbread-plus-aosp

* commit 'd91ac98a':
  fix [2785833] valgrind error in android::Layer::requestBuffer
parents cefb8858 d91ac98a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -160,6 +160,7 @@ status_t Layer::setBuffers( uint32_t w, uint32_t h,
    const uint32_t hwFlags = hw.getFlags();
    
    mFormat = format;
    mReqFormat = format;
    mWidth  = w;
    mHeight = h;
    mSecure = (flags & ISurfaceComposer::eSecure) ? true : false;