• Robert Shearman's avatar
    oleaut32: Fix circular reference count in Typelib marshaler. · b0218db9
    Robert Shearman authored
    The current method of handling typelib-marshaled interfaces that derive
    from IDispatch is to query for an IDispatch pointer from the proxy, but
    this causes a circular reference count.
    Fix the reference counting by loading using the IRpcProxyBuffer of
    IDispatch without an outer unknown, so that the lifetime is controlled
    by the typelib-marshaled interface's proxy. The IDispatch proxy now
    shares the same channel as the typelib-marshaled interface, so fix up
    the stub side to handle this.
    b0218db9
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
DEVELOPERS-HINTS Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...