2 Oct
2023
2 Oct
'23
3:38 p.m.
Module: vkd3d Branch: master Commit: 39be40ce940d997b666ddff2bebcdcdff7f98541 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/39be40ce940d997b666ddff2bebcdc... Author: Conor McCarthy <cmccarthy(a)codeweavers.com> Date: Fri Sep 29 14:40:06 2023 +1000 tests: Destroy the test context in test_readback_map_stability(). --- tests/d3d12.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/d3d12.c b/tests/d3d12.c index 86e8a8b1..d61309e9 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -36343,6 +36343,8 @@ static void test_readback_map_stability(void) ID3D12Resource_Unmap(buffer, 0, NULL); ID3D12Resource_Release(buffer); + + destroy_test_context(&context); } static void test_vs_ps_relative_addressing(void)