Commit daffdb62 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Added missing AddRef.

parent eaee47e7
......@@ -60,6 +60,7 @@ HRESULT WINAPI CStdStubBuffer_Construct(REFIID riid,
This->pPSFactory = pPSFactory;
*ppStub = (LPRPCSTUBBUFFER)This;
IUnknown_AddRef(This->pvServerObject);
IPSFactoryBuffer_AddRef(pPSFactory);
return S_OK;
}
......
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