comctl32/tests: Fully initialize message tests data (Coverity).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2017-04-21 13:16:01 +03:00 committed by Alexandre Julliard
parent f6016609e1
commit 299ded6091
1 changed files with 1 additions and 1 deletions

View File

@ -207,8 +207,8 @@ static HWND create_pager_control( DWORD style )
static LRESULT WINAPI child_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
struct message msg;
static LONG defwndproc_counter;
struct message msg = { 0 };
LRESULT ret;
msg.message = message;