Commit e8a2fa28 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

d3dx9_36/tests: Free memory after use (Valgrind).

parent edeff310
......@@ -1417,6 +1417,7 @@ static void D3DXCreateBoxTest(void)
end:
IDirect3DDevice9_Release(device);
IDirect3D9_Release(d3d);
ID3DXBuffer_Release(ppBuffer);
DestroyWindow(wnd);
}
......
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