am 27c06bab: Merge "Release reference when putting RILRequest back into the pool."
* commit '27c06bab513a1893444d50bb5dedbad5c0100029': Release reference when putting RILRequest back into the pool.
This commit is contained in:
committed by
Android Git Automerger
commit
977d01f392
@@ -141,6 +141,7 @@ class RILRequest {
|
||||
this.mNext = sPool;
|
||||
sPool = this;
|
||||
sPoolSize++;
|
||||
mResult = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user