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

Commit 2004fdf8 authored by Svet Ganov's avatar Svet Ganov Committed by Android Git Automerger
Browse files

am 830f39ad: Merge "Fixing a memory leak: activities are leaked." into lmp-mr1-dev

* commit '830f39ad':
  Fixing a memory leak: activities are leaked.
parents 02c7c97a 830f39ad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -100,6 +100,9 @@ class TextLine {
        tl.mText = null;
        tl.mPaint = null;
        tl.mDirections = null;
        tl.mSpanned = null;
        tl.mTabs = null;
        tl.mChars = null;

        tl.mMetricAffectingSpanSpanSet.recycle();
        tl.mCharacterStyleSpanSet.recycle();