This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a memory leak in ck_grep(), spotted by coverity:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Thu, 9 Mar 2006 12:54:19 +0000 (12:54 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Thu, 9 Mar 2006 12:54:19 +0000 (12:54 +0000)
commit03ca120dd65c92dac47010526eabc9f1009766e3
tree23895690eb144c23110c2e88eca8b5b249588a55
parentf11453cb67be9d8a1114ce1f83b9621c7db2b995
Fix a memory leak in ck_grep(), spotted by coverity:
perl -e'eval "grep" while 1'

p4raw-id: //depot/perl@27436
op.c