This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
windows: fix memory leak in %ENV handling (shows up as a
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 9 Jun 2003 14:09:55 +0000 (14:09 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 9 Jun 2003 14:09:55 +0000 (14:09 +0000)
commit2b93cd4d46ec719fcb7815a283251a218f198212
tree6dbfbe12b7a15b0860364bfde01874106510bad2
parent5c360ac576a2bcf18ac7d94918a700da7abf2c22
windows: fix memory leak in %ENV handling (shows up as a
leak even in the simplest fork() loop, because perl_construct()
now does the equivalent of %ENV assignments using mg_set())

p4raw-id: //depot/perl@19717
win32/perlhost.h