Merge "Release reference when putting RILRequest back into the pool."
This commit is contained in:
@@ -141,6 +141,7 @@ class RILRequest {
|
||||
this.mNext = sPool;
|
||||
sPool = this;
|
||||
sPoolSize++;
|
||||
mResult = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user