Fixup 360 support

This commit is contained in:
DrChat
2018-04-03 19:02:49 -05:00
parent 6b8a34c9ba
commit 14abe1a407
7 changed files with 68 additions and 26 deletions

View File

@@ -189,7 +189,7 @@ class TestRunner {
~TestRunner() {
memory::DeallocFixed(memory_, memory_size_,
memory::DeallocationType::kDecommitRelease);
memory::DeallocationType::kRelease);
memory::AlignedFree(context_);
}