kimkulling / cppcore

My core for most of my projects ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoolAllocator: Release will only affrect last allocated pool

kimkulling opened this issue · comments

When allocating more than one pool the release will only affect the latest allocated pool.

We need to reset the current pool onto the first pool instead of the last. This behaviour was introduced by the increase-pull request #2