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

Commit 212c97d1 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am f5c02110: Merge "Guard against mLooper == NULL." into jb-mr2-dev

* commit 'f5c02110':
  Guard against mLooper == NULL.
parents 844c8b03 f5c02110
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -66,8 +66,10 @@ NuPlayer::RTSPSource::RTSPSource(
}

NuPlayer::RTSPSource::~RTSPSource() {
    if (mLooper != NULL) {
        mLooper->stop();
    }
}

void NuPlayer::RTSPSource::prepareAsync() {
    if (mLooper == NULL) {