Johannes Schickel 3a8c243d34 COMMON: Revert "Fix mismatched new/delete in the MemoryPool class".
This reverts commit b585addc23de25c019f250986d50c0373219571d.

The allocation of MemoryPool's page memory is doing in MemoryPool::allocPage,
which uses ::malloc, thus we need to use ::free to free the page memory in
MemoryPool::freeUnusedPages.
2013-12-17 00:26:50 +01:00
..
2013-05-17 00:18:09 +03:00
2013-05-17 00:18:09 +03:00
2013-12-05 16:26:44 +01:00
2013-01-24 20:15:13 +01:00
2013-05-17 00:18:09 +03:00
2012-12-13 21:08:47 +01:00
2013-11-02 19:59:22 +02:00