Commit f7157408 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

d3d11/tests: Fix typos in a test cleanup (Coverity).

parent 468ace0c
......@@ -35093,9 +35093,9 @@ static void test_shared_resource(D3D_FEATURE_LEVEL feature_level)
test_done:
if (keyed_mutex)
IDXGIKeyedMutex_Release(keyed_mutex);
if (tex)
IDXGIResource_Release(res);
if (res)
IDXGIResource_Release(res);
if (tex)
ID3D11Texture2D_Release(tex);
if (res1)
IDXGIResource1_Release(res1);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment