On 23/03/2011 17:46, Phil Steitz wrote: > Do we need to worry about leaking memory here due to things never > getting removed from _poolMap, _poolList?
I don't think so. The entries should only exit in _poolMap and _poolList while associated objects exist. > Also, IIUC what is going on here, we need to make a similar change > the evict() where the last instance in a keyed pool is evicted. It certainly looks like it. However, this is highlighting some issues (I think in the tests). I'll try and look at this tomorrow. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org