diff options
Diffstat (limited to 'EASTL/test/source/TestAllocator.cpp')
-rw-r--r-- | EASTL/test/source/TestAllocator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/EASTL/test/source/TestAllocator.cpp b/EASTL/test/source/TestAllocator.cpp index 85f5adf..2a28c07 100644 --- a/EASTL/test/source/TestAllocator.cpp +++ b/EASTL/test/source/TestAllocator.cpp @@ -151,6 +151,8 @@ static int TestFixedAllocator() { EATEST_VERIFY(buffer1[i].mValue == TEST_VALUE); } + + intList1.clear(); } { // fixed_allocator_with_overflow |