user32: Initialize hdd HDDEDATA to NULL (valgrind).

This commit is contained in:
Roy Shea 2008-06-18 12:00:59 -07:00 committed by Alexandre Julliard
parent bb8d253ecc
commit 6cfc6bd4f3
1 changed files with 1 additions and 1 deletions

View File

@ -1032,7 +1032,7 @@ static HDDEDATA WDML_SyncWaitTransactionReply(HCONV hConv, DWORD dwTimeout, cons
while (PeekMessageW(&msg, 0, WM_DDE_FIRST, WM_DDE_LAST, PM_REMOVE))
{
HDDEDATA hdd;
HDDEDATA hdd = NULL;
pConv = WDML_GetConv(hConv, FALSE);
if (pConv == NULL)