Merge "Parcel: recycle recycles" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ec56973eb7
@@ -549,6 +549,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