Commit 602cce0e authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

Unref stub after invoking on it.

parent a13e313f
......@@ -298,6 +298,7 @@ _invoke_onereq(wine_rpc_request *req) {
msg.cbBuffer = req->reqh.cbBuffer;
req->state = REQSTATE_INVOKING;
req->resph.retval = IRpcStubBuffer_Invoke(stub,&msg,NULL);
IUnknown_Release(stub);
req->Buffer = msg.Buffer;
req->resph.cbBuffer = msg.cbBuffer;
reqtype = REQTYPE_RESPONSE;
......
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