accept() leaks memory on windows due to incorrect ordering of
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 10 Jul 2000 07:06:00 +0000 (07:06 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 10 Jul 2000 07:06:00 +0000 (07:06 +0000)
commit4e94524934c1af4124b2888d9716e5304ee50ad9
treef951c674084453812006f1be4f08cbf63b72c439
parent0401f8415cd90e2eed98f1f8939fbc02af4a0c74
accept() leaks memory on windows due to incorrect ordering of
closesocket() and fclose() calls

p4raw-id: //depot/perl@6328
win32/win32sck.c