This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The correct solution is to reference count the regexp in PL_reg_curpm,
authorNicholas Clark <nick@ccl4.org>
Thu, 10 Jan 2008 21:16:01 +0000 (21:16 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 10 Jan 2008 21:16:01 +0000 (21:16 +0000)
commit92313705724966605b57f67693b747d56f75db80
tree28d3c5c43de37dda781ab9cf53fb88c46fe4d18b
parentbfd95973f1e91e9be1076173ba89a5c91f404e09
The correct solution is to reference count the regexp in PL_reg_curpm,
rather than put in lots of hacks to work round not reference counting
it.

p4raw-id: //depot/perl@32938
perl.c
regexec.c