diff options
author | Johannes Schickel | 2013-12-17 00:26:32 +0100 |
---|---|---|
committer | Johannes Schickel | 2013-12-17 00:26:50 +0100 |
commit | 3a8c243d340632c229380ac3d54c5e5e7ffa25c9 (patch) | |
tree | 2e2b709b9352c7fd20adca32b4f58a59d72b14cc /common/tokenizer.cpp | |
parent | b585addc23de25c019f250986d50c0373219571d (diff) | |
download | scummvm-rg350-3a8c243d340632c229380ac3d54c5e5e7ffa25c9.tar.gz scummvm-rg350-3a8c243d340632c229380ac3d54c5e5e7ffa25c9.tar.bz2 scummvm-rg350-3a8c243d340632c229380ac3d54c5e5e7ffa25c9.zip |
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.
Diffstat (limited to 'common/tokenizer.cpp')
0 files changed, 0 insertions, 0 deletions