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

Commit 87494c6a authored by Wei Jia's avatar Wei Jia Committed by android-build-merger
Browse files

Merge "GenericSource: reset mDecryptHandle when mDataSource is cleared." into mnc-dr-dev

am: f8dc6433

* commit 'f8dc6433':
  GenericSource: reset mDecryptHandle when mDataSource is cleared.
parents 0935e8d7 f8dc6433
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -474,6 +474,7 @@ void NuPlayer::GenericSource::notifyPreparedAndCleanup(status_t err) {
            {
                Mutex::Autolock _l(mDisconnectLock);
                mDataSource.clear();
                mDecryptHandle = NULL;
                mDrmManagerClient = NULL;
                mCachedSource.clear();
                mHttpSource.clear();