This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 28063 should have removed the call to savepvn() from Perl_newCONSTSUB()
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Jan 2009 11:25:42 +0000 (11:25 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Jan 2009 11:43:20 +0000 (11:43 +0000)
commit54d012c665eb635f1e4fac1f1ec5aba1229ad9ca
tree328c01ff89f8e5dd811a55ab32e5dde596c947ac
parente0d6880329cb1f7117561b49a7703b366f265dc3
Change 28063 should have removed the call to savepvn() from Perl_newCONSTSUB()
completely when it moved the allocation logic inside Perl_newXS_flags(). Whilst
Rafael's fix in 29107 correctly plugged my leak, this commit is the actual
correction. (Commits 77004dee2553ce034a8a58b2b2849e3656df46c3 and
c3db7d9213b09a5852dab00368488f63a7625b9e respectively)
op.c