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