This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 8 Sep 1999 00:53:50 +0000 (00:53 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 8 Sep 1999 00:53:50 +0000 (00:53 +0000)
commitabff13bb6f4392604279f83cbed17a9d16ae2d8f
tree796d5e5f2d11201f680a3900cf954486522b3709
parent64de36e6ad8b9ebb467d1f68ced94dc464b85104
fix memory leak in C<sub f { split ' ', "a b" } f() while 1>

p4raw-id: //depot/perl@4103
pp.c