Merge "Fixing a memory leak: activities are leaked." into lmp-mr1-dev
This commit is contained in:
@@ -100,6 +100,9 @@ class TextLine {
|
|||||||
tl.mText = null;
|
tl.mText = null;
|
||||||
tl.mPaint = null;
|
tl.mPaint = null;
|
||||||
tl.mDirections = null;
|
tl.mDirections = null;
|
||||||
|
tl.mSpanned = null;
|
||||||
|
tl.mTabs = null;
|
||||||
|
tl.mChars = null;
|
||||||
|
|
||||||
tl.mMetricAffectingSpanSpanSet.recycle();
|
tl.mMetricAffectingSpanSpanSet.recycle();
|
||||||
tl.mCharacterStyleSpanSet.recycle();
|
tl.mCharacterStyleSpanSet.recycle();
|
||||||
|
|||||||
Reference in New Issue
Block a user