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

This commit is contained in:
Svet Ganov
2015-01-16 22:12:55 +00:00
committed by Android (Google) Code Review

View File

@@ -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();