Jacek Caban : rpcrt4: Use proper helper for IRpcStubBuffer call.

Alexandre Julliard julliard at winehq.org
Tue Aug 14 12:59:54 CDT 2012


Module: wine
Branch: master
Commit: 567e49f21a33c512ce2274afe116c7184ed191b8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=567e49f21a33c512ce2274afe116c7184ed191b8

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Aug 14 13:34:56 2012 +0200

rpcrt4: Use proper helper for IRpcStubBuffer call.

---

 dlls/rpcrt4/cstub.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/rpcrt4/cstub.c b/dlls/rpcrt4/cstub.c
index 74801f6..680b22e 100644
--- a/dlls/rpcrt4/cstub.c
+++ b/dlls/rpcrt4/cstub.c
@@ -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;
   }




More information about the wine-cvs mailing list