Merge "Parcel: recycle recycles" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c4ca84a2b3
@@ -474,6 +474,7 @@ public final class Parcel {
|
||||
*/
|
||||
public final void recycle() {
|
||||
if (DEBUG_RECYCLE) mStack = null;
|
||||
mClassCookies = null;
|
||||
freeBuffer();
|
||||
|
||||
if (mOwnsNativeParcelObject) {
|
||||
|
||||
Reference in New Issue
Block a user