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

Commit b308b1a5 authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

IOMX: do not clear buffer if it's allocated by component am: ea76573a am: 86d9bb91

am: dfe5b519

Change-Id: Ibd28b74deb652eb61b08e933a5e288d145841a14
parents daa3b8e3 dfe5b519
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -985,7 +985,6 @@ status_t OMXNodeInstance::allocateBufferWithBackup(
    }

    CHECK_EQ(header->pAppPrivate, buffer_meta);
    memset(header->pBuffer, 0, header->nAllocLen);

    *buffer = makeBufferID(header);