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

Commit a15f83ff authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "CCodec: fix crash at pushToStash" into rvc-dev

parents 942b84ab c23cc400
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,