Commit 9c9209ac authored by Lei Zhang's avatar Lei Zhang Committed by Alexandre Julliard

gdiplus: Initialize variables in the graphics test.

parent 92a8beb7
......@@ -99,6 +99,7 @@ static void test_save_restore(void)
GpGraphics *graphics1, *graphics2;
node * state_log = NULL;
HDC hdc = GetDC(0);
state_a = state_b = state_c = 0xdeadbeef;
/* Invalid saving. */
GdipCreateFromHDC(hdc, &graphics1);
......
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