Subject: Re: please review: unsetenv memory leak fix
To: None <tech-userlevel@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 06/27/2003 17:29:19
In article <20030628012855.AC2C.OKI@netbsd.org>,
Masaru OKI <oki@netbsd.org> wrote:
>Hi,
>unsetenv(3) doesn't call free(3) with environment variable string.
>following diff is fixed the problem.
>If it is looks good, I'll commit it later.

It could break existing code that accesses environ directly...

christos