ChangeSet ID: 12609 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/06/14 12:58:03
Modified files: dlls/rpcrt4 : cproxy.c dlls/oleaut32 : tmarshal.c dlls/ole32 : oleproxy.c marshal.c
Log message: Robert Shearman R.J.Shearman@warwick.ac.uk - Fix ref count on standard proxy creation. - Release channel buffer in StdMarshal_UnmarshalInterface, since we no longer use it and the proxy should have taken a reference on it. - Add a few comments.
Patch: http://cvs.winehq.org/patch.py?id=12609
Old revision New revision Changes Path 1.7 1.8 +7 -1 wine/dlls/rpcrt4/cproxy.c 1.23 1.24 +1 -0 wine/dlls/oleaut32/tmarshal.c 1.15 1.16 +2 -1 wine/dlls/ole32/oleproxy.c 1.17 1.18 +9 -2 wine/dlls/ole32/marshal.c