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

Commit 605ba802 authored by Svet Ganov's avatar Svet Ganov Committed by Android Git Automerger
Browse files

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

* commit '2004fdf8':
  Fixing a memory leak: activities are leaked.
parents 62e815bf 2004fdf8
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();