This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
due to an oversight during PERL_OBJECT migration, hosts created
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 16 Mar 2000 03:18:41 +0000 (03:18 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 16 Mar 2000 03:18:41 +0000 (03:18 +0000)
commit1c0ca838512883f7a705e306f80a7c0a95277a87
tree22dcb6bd4b328050cf8bbb56ff33c75af672ddef
parentf433d095c701fc99be6dfb685ceb5f4cb6fafb97
due to an oversight during PERL_OBJECT migration, hosts created
by pseudo-fork were never being deleted, leading to a sizeable
memory leak; std FDs in pseudo-children are now closed
automatically to avoid resource leaks; basic infinite looping
fork() test works without leaking again in non-PERL_OBJECT
build

p4raw-id: //depot/perl@5761
embed.pl
global.sym
objXSUB.h
perl.c
perlapi.c
win32/perlhost.h
win32/perllib.c
win32/win32.h