Skip to content
Snippets Groups Projects
Commit daffdb62 authored by Ove Kåven's avatar Ove Kåven Committed by Alexandre Julliard
Browse files

Added missing AddRef.

parent eaee47e7
No related branches found
Tags wine-950727
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment