Commit 350220af authored by Connor McAdams's avatar Connor McAdams Committed by Alexandre Julliard

uiautomationcore: Initialize VARIANT in test_uia_prov_from_acc_properties() (Coverity).

parent c53e4ee4
......@@ -2078,6 +2078,7 @@ static void test_uia_prov_from_acc_properties(void)
int i, x;
/* MSAA role to UIA control type test. */
VariantInit(&v);
for (i = 0; i < ARRAY_SIZE(msaa_role_uia_types); i++)
{
const struct msaa_role_uia_type *role = &msaa_role_uia_types[i];
......
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