diff --git a/dlls/msi/automation.c b/dlls/msi/automation.c index 2bef67db64f..c4d1ba2028a 100644 --- a/dlls/msi/automation.c +++ b/dlls/msi/automation.c @@ -758,8 +758,6 @@ static HRESULT WINAPI SummaryInfoImpl_Invoke( static WCHAR szEmpty[] = {0}; - VariantClear(pVarResult); - hr = DispGetParam(pDispParams, 0, VT_I4, &varg0, puArgErr); if (FAILED(hr)) return hr; pid = V_I4(&varg0);