Commit 870de39c authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3/tests: Initialize string pointer on default case too (Coverity).

parent b5651491
......@@ -12086,6 +12086,7 @@ static void test_put_data(void)
break;
}
default:
get_data = NULL;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment