Merge "Release reference when putting RILRequest back into the pool."

This commit is contained in:
Jean-Baptiste Queru
2010-11-17 17:58:14 -08:00
committed by Android Code Review

View File

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