msi/tests: automation: Add missing VariantClear.

oldstable
Misha Koshelev 2007-11-18 23:37:01 -06:00 committed by Alexandre Julliard
parent 74a2ce4d99
commit c30d03f8cc
1 changed files with 2 additions and 0 deletions

View File

@ -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 */