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

Commit c23cc400 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

CCodec: fix crash at pushToStash

Bug: 157653199
Test: atest CtsMediaTestCases -- --module-arg CtsMediaTestCases:size:small
Change-Id: Iacca0f3242d480992d513fbdb199892db5fb5bcf
parent 2afc10be
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1686,6 +1686,9 @@ bool CCodecBufferChannel::handleWork(

    {
        Mutexed<Output>::Locked output(mOutput);
        if (!output->buffers) {
            return false;
        }
        output->buffers->pushToStash(
                buffer,
                notifyClient,