1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

rpcrt4: Use proper helper for IRpcStubBuffer call.

This commit is contained in:
Jacek Caban 2012-08-14 13:34:56 +02:00 committed by Alexandre Julliard
parent 7931c23fef
commit 567e49f21a

View file

@ -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;
}