mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
comctl32: Initialize id field for message data (Coverity).
This commit is contained in:
parent
142c2982dc
commit
6ee869da6d
@ -391,6 +391,7 @@ static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LP
|
||||
if (defwndproc_counter) msg.flags |= defwinproc;
|
||||
msg.wParam = wParam;
|
||||
msg.lParam = lParam;
|
||||
msg.id = 0;
|
||||
add_message(sequences, PARENT_SEQ_INDEX, &msg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user