Commit 29d543d1 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

advpack: Check the return value of adv_install in DoInfInstallW (scan-build).

parent 24552295
......@@ -533,7 +533,7 @@ static HRESULT DoInfInstallW(const SETUPCOMMAND_PARAMSW *setup)
done:
install_release(&info);
return S_OK;
return hr;
}
/***********************************************************************
......
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