Commit 02f0d82d authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d3d9/tests: Destroy the window after we're done with it in test_reset().

parent 0116af37
......@@ -1229,6 +1229,7 @@ cleanup:
ok(!refcount, "Device has %u references left.\n", refcount);
}
if (pD3d) IDirect3D9_Release(pD3d);
if (hwnd) DestroyWindow(hwnd);
}
/* Test adapter display modes */
......
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