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

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

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

Merge commit 'b9fd188a0b1cd71e38c03a7bb4a4688eedf83667'

* commit 'b9fd188a0b1cd71e38c03a7bb4a4688eedf83667':
  fix [2785833] valgrind error in android::Layer::requestBuffer
parents 243ce507 5afcf4cd
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;