Added missing AddRef.

This commit is contained in:
Ove Kaaven 2003-04-19 02:49:15 +00:00 committed by Alexandre Julliard
parent eaee47e755
commit daffdb622a
1 changed files with 1 additions and 0 deletions

View File

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