mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
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
Block a user