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

Commit ff74b9c8 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 5458658: Fix memory leak in lock screen" into ics-mr0

parents ccf29b4c ef0e259d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -767,6 +767,7 @@ public class LockPatternKeyguardView extends KeyguardViewBase implements Handler
            this.removeView(mUnlockScreen);
            this.removeView(mUnlockScreen);
            mUnlockScreen = null;
            mUnlockScreen = null;
        }
        }
        mUpdateMonitor.removeCallback(this);
    }
    }


    private boolean isSecure() {
    private boolean isSecure() {