• Rob Shearman's avatar
    rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax… · 8aeb2858
    Rob Shearman authored
    rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and release the reference in I_RpcFreeBuffer.
    
    This is needed because a context binding handle could be released on 
    unmarshall, but it still needs to stay valid until the binding handle is 
    no longer being used.
    
    Re-use the previously unused RPCRT4_ExportBinding function as 
    RPCRT4_AddRefBinding and rename RPCRT4_DestroyBinding to 
    RPCRT4_ReleaseBinding to show that it's purpose is to release a 
    reference count and destroy if necessary, not always destroy.
    8aeb2858
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
cproxy.c Loading commit data...
cpsf.c Loading commit data...
cpsf.h Loading commit data...
cstub.c Loading commit data...
epm_towers.h Loading commit data...
ncastatus.h Loading commit data...
ndr_clientserver.c Loading commit data...
ndr_contexthandle.c Loading commit data...
ndr_fullpointer.c Loading commit data...
ndr_marshall.c Loading commit data...
ndr_misc.h Loading commit data...
ndr_ole.c Loading commit data...
ndr_stubless.c Loading commit data...
ndr_stubless.h Loading commit data...
rpc_assoc.c Loading commit data...
rpc_assoc.h Loading commit data...
rpc_async.c Loading commit data...
rpc_binding.c Loading commit data...
rpc_binding.h Loading commit data...
rpc_defs.h Loading commit data...
rpc_epmap.c Loading commit data...
rpc_message.c Loading commit data...
rpc_message.h Loading commit data...
rpc_server.c Loading commit data...
rpc_server.h Loading commit data...
rpc_transport.c Loading commit data...
rpcrt4.spec Loading commit data...
rpcrt4_main.c Loading commit data...
rpcss_np_client.c Loading commit data...
rpcss_np_client.h Loading commit data...
version.rc Loading commit data...