Commit 19c88310cb79153e19b93c59020b2f7c34794f6e

Carlos Martín Nieto 2014-07-10T13:48:13

tree-cache: move to use a pool allocator This simplifies freeing the entries quite a bit; though there aren't that many failure paths right now, introducing filling the cache from a tree will introduce more. This makes sure not to leak memory on errors.