Module: wine Branch: master Commit: 9c9209ac0b45a7ca01ca42b04aeadb0a2219f9bb URL: http://source.winehq.org/git/wine.git/?a=commit;h=9c9209ac0b45a7ca01ca42b04a...
Author: Lei Zhang thestig@google.com Date: Mon Apr 21 16:08:47 2008 -0700
gdiplus: Initialize variables in the graphics test.
---
dlls/gdiplus/tests/graphics.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/gdiplus/tests/graphics.c b/dlls/gdiplus/tests/graphics.c index 6a6bc3d..edd98d7 100644 --- a/dlls/gdiplus/tests/graphics.c +++ b/dlls/gdiplus/tests/graphics.c @@ -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);