Commit 781970f0 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

ole: Initialise hrref so as not to display garbage in the trace.

parent 92ad2958
......@@ -421,7 +421,7 @@ static HRESULT ifproxy_get_public_ref(struct ifproxy * This)
hr = proxy_manager_get_remunknown(This->parent, &remunk);
if (hr == S_OK)
{
HRESULT hrref;
HRESULT hrref = S_OK;
REMINTERFACEREF rif;
rif.ipid = This->stdobjref.ipid;
rif.cPublicRefs = NORMALEXTREFS;
......
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