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

Commit ded09bfa authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Change-Id: Ieedc5de6c8e5e05ec59d6b8fd93a3e199c51c09e
parents 597e2d73 a15f83ff
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,