Commit 669a49e1 authored by Bernhard Übelacker's avatar Bernhard Übelacker Committed by Alexandre Julliard

d3drm/tests: Add missing DestroyWindow.

parent 03bf3cac
......@@ -2075,6 +2075,7 @@ static void test_device_qi(void)
IDirect3DRM3_Release(d3drm3);
IDirect3DRM2_Release(d3drm2);
IDirect3DRM_Release(d3drm1);
DestroyWindow(window);
}
static HRESULT CALLBACK surface_callback(IDirectDrawSurface *surface, DDSURFACEDESC *desc, void *context)
......
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