Commit c30d03f8 authored by Misha Koshelev's avatar Misha Koshelev Committed by Alexandre Julliard

msi/tests: automation: Add missing VariantClear.

parent 74a2ce4d
......@@ -1368,6 +1368,8 @@ static void test_SummaryInfo(IDispatch *pSummaryInfo, const msi_summary_info *in
}
else
skip("SummaryInfo_Property (pid %d) unhandled result type %d\n", entry->property, vt);
VariantClear(&varresult);
}
/* SummaryInfo::Property, get; invalid arguments */
......
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