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

Commit 22a08757 authored by Svet Ganov's avatar Svet Ganov Committed by Android Git Automerger
Browse files

am 605ba802: am 2004fdf8: am 830f39ad: Merge "Fixing a memory leak: activities...

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

* commit '605ba802':
  Fixing a memory leak: activities are leaked.
parents 4b8c47b8 605ba802
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();