Commit 1e6bcb02 authored by Misha Koshelev's avatar Misha Koshelev Committed by Alexandre Julliard

msi: automation: Remove redundant VariantClear(pVarResult).

parent e7d25cb4
......@@ -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);
......
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