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:
Jean-Baptiste Queru
2010-11-17 18:09:08 -08:00
committed by Android Git Automerger

View File

@@ -141,6 +141,7 @@ class RILRequest {
this.mNext = sPool;
sPool = this;
sPoolSize++;
mResult = null;
}
}
}