From: cgf@cygnus.com (Christopher G. Faylor)
Subject: Re: fopen/fclose memory leak
28 Jul 1998 13:10:47 GMT
Message-ID: <6pkikn$ijo$1@cronkite.cygnus.com>
References: <19980727194430.27431.rocketmail.cygnus.gnu-win32@send1a.yahoomail.com>
X-Newsreader: trn 4.0-test63 (15 March 1998)

In article <19980727194430.27431.rocketmail.cygnus.gnu-win32@send1a.yahoomail.com>,
Earnie Boyd <earnie_boyd@yahoo.com> wrote:
>Has the memory leak that was reported months ago been resolved in the
>current releases of the coolview cygwinb19.dll?
>
>Here is sample code that demonstrates the problem:
>
>#include <stdio.h>
>int main()
>{
>  while(1)
>  {
>    FILE *f=fopen("/etc/passwd","r");
>    fclose(f);
>  }
>  return 0;
>}

I don't believe that it is fixed, no.  The next version should fix this.
-- 
cgf@cygnus.com             "Everything has a boolean value, if you stand
http://www.cygnus.com/      far enough away from it."  -- Galena Alyson Canada
