rpcrt4: The lifetime of the binding handle stored in the context
commita48433453bf54890a0829d72498839ba0fb69476
authorRobert Shearman <rob@codeweavers.com>
Fri, 2 Jun 2006 19:45:59 +0000 (2 20:45 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 3 Jun 2006 09:42:25 +0000 (3 11:42 +0200)
tree74cd00157ea6f76473e8c8dfe9ad67df0719a4b8
parenta4fff73ba3c51521dd3e97ca2c6fb00339005c1b
rpcrt4: The lifetime of the binding handle stored in the context
handle is independent of the binding handle used in the call that
unmarshaled it, so we should use RpcBindingCopy to make a copy of it
and then call RpcBindingFree later to free it.
dlls/rpcrt4/ndr_marshall.c