This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Looks like re_dup has been leaking references on 2 SVs for most regexps
authorNicholas Clark <nick@ccl4.org>
Sun, 25 Mar 2007 23:34:58 +0000 (23:34 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 25 Mar 2007 23:34:58 +0000 (23:34 +0000)
commit32cd70f676ffca4ff7975bb5df57d2566f8443d3
treece3426d00d2712406b8132843d48d2f57ce4bf5d
parent6ab65676f4b64ac4ffc49ad69632426c17c23b72
Looks like re_dup has been leaking references on 2 SVs for most regexps
since dot (only to be recovered for certain at thread exit).

p4raw-id: //depot/perl@30755
regcomp.c