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

Commit 6bbe39de authored by Zhijun He's avatar Zhijun He Committed by Android (Google) Code Review
Browse files

Merge "Fix AppOsManager missing mutex unlock."

parents 93f7daa6 20d03805
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ static const sp<IBinder>& getToken(const sp<IAppOpsService>& service) {
    if (gToken == NULL) {
        gToken = service->getToken(new BBinder());
    }
    pthread_mutex_unlock(&gTokenMutex);
    return gToken;
}