d3drm/tests: Add missing DestroyWindow.
Signed-off-by: Bernhard Übelacker <bernhardu@vr-web.de> Signed-off-by: Stefan Dösinger <stefan@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
03bf3cac66
commit
669a49e1a2
|
@ -2075,6 +2075,7 @@ static void test_device_qi(void)
|
||||||
IDirect3DRM3_Release(d3drm3);
|
IDirect3DRM3_Release(d3drm3);
|
||||||
IDirect3DRM2_Release(d3drm2);
|
IDirect3DRM2_Release(d3drm2);
|
||||||
IDirect3DRM_Release(d3drm1);
|
IDirect3DRM_Release(d3drm1);
|
||||||
|
DestroyWindow(window);
|
||||||
}
|
}
|
||||||
|
|
||||||
static HRESULT CALLBACK surface_callback(IDirectDrawSurface *surface, DDSURFACEDESC *desc, void *context)
|
static HRESULT CALLBACK surface_callback(IDirectDrawSurface *surface, DDSURFACEDESC *desc, void *context)
|
||||||
|
|
Loading…
Reference in New Issue