Skip to content
Snippets Groups Projects
Commit 3c13f991 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard
Browse files

comctl32/tests: Use initialized window handle when rebuilding toolbar (Coverity).

parent fdcf7cc9
No related branches found
No related tags found
No related merge requests found
......@@ -1881,7 +1881,7 @@ static void test_TB_GET_SET_EXTENDEDSTYLE(void)
{
DWORD style, oldstyle, oldstyle2;
const extended_style_t *ptr;
HWND hwnd;
HWND hwnd = NULL;
int i;
rebuild_toolbar(&hwnd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment