Stop ignored :lvalue warning from leaking CVs
authorFather Chrysostomos <sprout@cpan.org>
Sat, 24 Nov 2012 04:32:49 +0000 (20:32 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 24 Nov 2012 15:35:50 +0000 (07:35 -0800)
commit8daf8916b49984fc91791e8265cd7e1ca36b836c
tree286458b2a1b057a66edd69ad1913ed72dabc7fb3
parent8e3171984bd6a5f4edf04ec5b91032d053bdd8a5
Stop ignored :lvalue warning from leaking CVs

When newMYSUB and newATTRSUB are called, PL_compcv has an unclaimed
reference count, so any code that croaks must decrement the reference
count or make arrangements for such to happen.
op.c
t/op/svleak.t