This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Plugs a memory leak on destruction of regular expressions
authorArtur Bergman <sky@nanisky.com>
Mon, 27 Aug 2001 05:37:17 +0000 (05:37 +0000)
committerArtur Bergman <sky@nanisky.com>
Mon, 27 Aug 2001 05:37:17 +0000 (05:37 +0000)
commit13137afc7675869b45e226f8338b8d593c7bf6c8
tree12a6976a02f9cb99d99738f4fd7a4c71488ddb40
parent444e39b5b9f36cd0f60283ca4c60fc108157921f
Plugs a memory leak on destruction of regular expressions
introcued by #11274.
PL_regex_padav now has an AV as it's first entry with a list
of freed regex_padav slots that it will reuse on creating
new PMOPs.

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