Skip to content
Snippets Groups Projects
Commit 567e49f2 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

rpcrt4: Use proper helper for IRpcStubBuffer call.

parent 7931c23f
Branches
Tags
No related merge requests found
......@@ -372,7 +372,7 @@ HRESULT WINAPI CStdStubBuffer_QueryInterface(LPRPCSTUBBUFFER iface,
if (IsEqualIID(&IID_IUnknown, riid) ||
IsEqualIID(&IID_IRpcStubBuffer, riid))
{
IUnknown_AddRef(iface);
IRpcStubBuffer_AddRef(iface);
*obj = iface;
return S_OK;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment