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

Commit 628a8c0e authored by Andreas Huber's avatar Andreas Huber Committed by Gerrit Code Review
Browse files

Merge "fix a race condition of MediaPlayerServce::Client::mClient"

parents 3030f344 dcfefde6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -521,8 +521,8 @@ void MediaPlayerService::Client::disconnect()
    {
        Mutex::Autolock l(mLock);
        p = mPlayer;
    }
        mClient.clear();
    }

    mPlayer.clear();