msi/tests: automation: Add missing VariantClear.
This commit is contained in:
parent
74a2ce4d99
commit
c30d03f8cc
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue