This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t double-free GVs in gv:S_maybe_add_coresub
authorFather Chrysostomos <sprout@cpan.org>
Sun, 1 Jan 2012 22:19:54 +0000 (14:19 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 1 Jan 2012 22:19:54 +0000 (14:19 -0800)
commit77ef775e8a76cb3c0bcc8da460cd3d48bf0d8203
treeb97e1884ade4140cf34acbaacea8c5f63ac72ff4
parent6eea2b427407da46a602a3ca17cbe055f57c24c0
Don’t double-free GVs in gv:S_maybe_add_coresub

Commit 8756617677 did not take into account that newSVOP steals a ref-
erence count.
gv.c