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

Commit 58202e1d authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am ce26e9d1: Merge "AudioTrack: fix AudioTrackThread crash upon exit" into lmp-dev

* commit 'ce26e9d1':
  AudioTrack: fix AudioTrackThread crash upon exit
parents 7c6977c4 ce26e9d1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2244,6 +2244,9 @@ bool AudioTrack::AudioTrackThread::threadLoop()
            return true;
        }
    }
    if (exitPending()) {
        return false;
    }
    nsecs_t ns = mReceiver.processAudioBuffer();
    switch (ns) {
    case 0: