On 04/03/2013 16:12, John Zavgren wrote: > Greetings: > > I posted a webrev image for a modification that eliminates a file descriptor leak. > > http://cr.openjdk.java.net/~jzavgren/8008804/webrev.01/ > > Thanks! > John Isn't this a SOCKET rather than a file descriptor, in which case it should be closesocket? -Alan.