X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Types.xs;h=e29b97c494c7c2835c42441ba156d7608e383fa9;hb=e83fd3e0092d63e7a56a41ee5cf49772955105ee;hp=2e8bda47037bcbf9f595dc9f0ae72325831138ea;hpb=09c7a37f3be8034a8c04c2011208724e04441d83;p=perl%2Fmodules%2FLexical-Types.git diff --git a/Types.xs b/Types.xs index 2e8bda4..e29b97c 100644 --- a/Types.xs +++ b/Types.xs @@ -202,7 +202,6 @@ STATIC OP *lt_ck_padany(pTHX_ OP *o) { croak(__PACKAGE__ " mangler should return zero, one or two scalars, but got %d", items); if (items == 0) { SvREFCNT_dec(orig_pkg); - SvREFCNT_dec(orig_meth); goto skip; } else { SV *rsv;