am 93597ed1: Merge "Fix wakelock leak in PowerManagerService.sendNotificationLocked()" into froyo
Merge commit '93597ed1839de164c81f83832d4c2373ea32ac8f' into froyo-plus-aosp * commit '93597ed1839de164c81f83832d4c2373ea32ac8f': Fix wakelock leak in PowerManagerService.sendNotificationLocked()
This commit is contained in:
@@ -1125,6 +1125,8 @@ class PowerManagerService extends IPowerManager.Stub
|
||||
mBroadcastQueue[0] = on ? 1 : 0;
|
||||
mBroadcastQueue[1] = -1;
|
||||
mBroadcastQueue[2] = -1;
|
||||
mBroadcastWakeLock.release();
|
||||
mBroadcastWakeLock.release();
|
||||
index = 0;
|
||||
}
|
||||
if (index == 1 && !on) {
|
||||
|
||||
Reference in New Issue
Block a user