rpcrt4: Use an alertable wait in rpcrt4_protseq_np_wait_for_new_connection to fix...
authorRob Shearman <rob@codeweavers.com>
Thu, 6 Dec 2007 15:08:11 +0000 (15:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Dec 2007 16:06:33 +0000 (17:06 +0100)
commit7092590c90624978823ff875e5ea6f2adcf73fff
tree773da94a1e3d5844a9fb119603193990a07d570d
parent83a02c545c93bbb926b859ec001d420c925c2be8
rpcrt4: Use an alertable wait in rpcrt4_protseq_np_wait_for_new_connection to fix a small memory leak flagged by Valgrind.

This is called only by the RPCRT4_server_thread so we don't have to
worry about application user APCs being run at improper times.
dlls/rpcrt4/rpc_transport.c