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

Commit 8dca22b0 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 2c2345cf: am 628a8c0e: Merge "fix a race condition of MediaPlayerServce::Client::mClient"

* commit '2c2345cf':
  fix a race condition of MediaPlayerServce::Client::mClient
parents cdabfe48 2c2345cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -529,8 +529,8 @@ void MediaPlayerService::Client::disconnect()
    {
        Mutex::Autolock l(mLock);
        p = mPlayer;
    }
        mClient.clear();
    }

    mPlayer.clear();