comctl32/tests: Initialize text buffer pointer (Valgrind).
This commit is contained in:
parent
e543eeb42b
commit
9b2ea63311
|
@ -466,6 +466,7 @@ static void test_ttm_gettoolinfo(void)
|
|||
tiW.hwnd = NULL;
|
||||
tiW.uId = 0x1234ABCD;
|
||||
tiW.lParam = 0xaaaaaaaa;
|
||||
tiW.lpszText = NULL;
|
||||
r = SendMessageA(hwnd, TTM_GETTOOLINFOW, 0, (LPARAM)&tiW);
|
||||
ok(r, "Getting tooltip info failed\n");
|
||||
ok(0x1abe11ed == tiW.lParam ||
|
||||
|
|
Loading…
Reference in New Issue