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

Commit f5a886d5 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 93597ed1: Merge "Fix wakelock leak in PowerManagerService.sendNotificationLocked()" into froyo

Merge commit '93597ed1' into froyo-plus-aosp

* commit '93597ed1':
  Fix wakelock leak in PowerManagerService.sendNotificationLocked()
parents ded77760 93597ed1
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1125,6 +1125,8 @@ class PowerManagerService extends IPowerManager.Stub
            mBroadcastQueue[0] = on ? 1 : 0;
            mBroadcastQueue[0] = on ? 1 : 0;
            mBroadcastQueue[1] = -1;
            mBroadcastQueue[1] = -1;
            mBroadcastQueue[2] = -1;
            mBroadcastQueue[2] = -1;
            mBroadcastWakeLock.release();
            mBroadcastWakeLock.release();
            index = 0;
            index = 0;
        }
        }
        if (index == 1 && !on) {
        if (index == 1 && !on) {