rpcrt4: Keep a track of server context handles allocated during processing of a request.
commit51c051c0c4fc26e45ab6c04684acf73886eeb7a1
authorRob Shearman <rob@codeweavers.com>
Sun, 30 Dec 2007 16:44:54 +0000 (30 16:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Dec 2007 16:13:55 +0000 (31 17:13 +0100)
treeb881b4c15de1499ca1739222c303669b781f4d4f
parentb574533e508cf5c3185e8d3b9f2d8ba0ba7536ef
rpcrt4: Keep a track of server context handles allocated during processing of a request.

Release them after processing of a request has finished to avoid a slow
memory leak if the association isn't released for ages.
dlls/rpcrt4/ndr_contexthandle.c
dlls/rpcrt4/rpc_binding.h
dlls/rpcrt4/rpc_server.c
dlls/rpcrt4/rpcrt4_main.c