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

Commit f5c02110 authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

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

parents ff4b1e2b a68e7b98
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) {