commit | 169ef4cca30c77a1a85c9684560c504a5ac230b5 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Mon Oct 19 12:49:07 2009 -0400 |
committer | Patrick Scott <phanna@android.com> | Mon Oct 19 13:04:08 2009 -0400 |
tree | c2982b14b95b1bd07331838a584227c7b1bfe0b0 | |
parent | 208360b22db7bdd940a7005fd44135e8916742af [diff] |
Check for null before returing a chunk from the pool. Since references can be queued in another thread, the first entry in the pool could have been queued after processPoolLocked. Check for null and create a new chunk if the check fails.