rpcrt4: Free the memory allocated for the protseq and endpoint strings allocated...
commit317edfd7dabbe4bd25fad4eb8e83f72821c205f5
authorRob Shearman <robertshearman@gmail.com>
Sun, 29 Mar 2009 17:42:35 +0000 (29 18:42 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 30 Mar 2009 11:58:01 +0000 (30 13:58 +0200)
tree71e995bd4d2bd58bab4eb470dc7f7e0f536d29a2
parent4d8057ffef2349fd1dc79a3105b9a0165527736e
rpcrt4: Free the memory allocated for the protseq and endpoint strings allocated in RpcServerUseProtseq* functions.

Make a copy of the protseq string in alloc_serverprotoseq to simplify
memory management in higher-level functions.
dlls/rpcrt4/rpc_server.c
dlls/rpcrt4/rpc_server.h
dlls/rpcrt4/rpc_transport.c