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

Commit d94ce811 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 am: ded09bfa am: 28c1a2d8

Change-Id: I4616506c3df8f5744adafdb7ee8584345cfbee94
parents 690a5a07 28c1a2d8
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,