Fixed the memory access violation in AllocationManager

This commit is contained in:
2026-04-13 00:10:21 +09:00
parent 6f7f70a739
commit 4647cd4b95
2 changed files with 3 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ public class TestAllocationManager
Assert.IsFalse(ptr1.IsCreated);
Assert.IsFalse(ptr2.IsCreated);
AllocationManager.ResetTempAllocator();
}
[TestMethod]