d3drm/tests: Destroy window after use.

This commit is contained in:
André Hentschel 2012-06-18 22:30:10 +02:00 committed by Alexandre Julliard
parent d0f31cddfe
commit 6f3c571a05
1 changed files with 1 additions and 0 deletions

View File

@ -961,6 +961,7 @@ static void test_Viewport(void)
IDirectDrawClipper_Release(pClipper);
IDirect3DRM_Release(pD3DRM);
DestroyWindow(window);
}
static void test_Light(void)