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

Commit 830f39ad authored by Svet Ganov's avatar Svet Ganov Committed by Android (Google) Code Review
Browse files

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

parents ac70b2d1 893d6fe4
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();