Commit 4a31362d authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

d3d9/tests: Initialize shader to NULL.

parent c8c43acc
......@@ -1375,7 +1375,7 @@ static void test_null_stream(void)
IDirect3D9 *d3d9;
HWND hwnd;
HRESULT hr;
IDirect3DVertexShader9 *shader;
IDirect3DVertexShader9 *shader = NULL;
IDirect3DVertexDeclaration9 *decl;
DWORD shader_code[] = {
0xfffe0101, /* vs_1_1 */
......
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