Skip to content

Commit ff74b9c

Browse files
Jim MillerAndroid (Google) Code Review
authored andcommitted
Merge "Fix 5458658: Fix memory leak in lock screen" into ics-mr0
2 parents ccf29b4 + ef0e259 commit ff74b9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

policy/src/com/android/internal/policy/impl/LockPatternKeyguardView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ public void cleanUp() {
767767
this.removeView(mUnlockScreen);
768768
mUnlockScreen = null;
769769
}
770+
mUpdateMonitor.removeCallback(this);
770771
}
771772

772773
private boolean isSecure() {

0 commit comments

Comments
 (0)