From: newsham AT lava DOT net (Tim Newsham) Subject: Re: spawn memory leak? 7 Jun 1998 14:19:27 -0700 Message-ID: References: <199806072056 DOT QAA25465 AT kramden DOT cygnus DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: cgf AT cygnus DOT com (Christopher Faylor) Cc: newsham AT lava DOT net, sos AT prospect DOT com DOT ru, cygwin32-developers AT cygnus DOT com > As Sergey has pointed out, there is no need to walk the file handle > array twice. This should be handled in the delinearize code. yes, true. But care must be taken not to close the fd's before sockets are initialized. > -Chris