ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/XS.xs
(Generate patch)

Comparing CBOR-XS/XS.xs (file contents):
Revision 1.12 by root, Mon Oct 28 19:06:45 2013 UTC vs.
Revision 1.13 by root, Mon Oct 28 22:50:50 2013 UTC

710 710
711 PUTBACK; 711 PUTBACK;
712 call_sv ((SV *)GvCV (method), G_SCALAR); 712 call_sv ((SV *)GvCV (method), G_SCALAR);
713 SPAGAIN; 713 SPAGAIN;
714 714
715 SvREFCNT_dec (sv);
715 sv = SvREFCNT_inc (POPs); 716 sv = SvREFCNT_inc (POPs);
716 717
717 PUTBACK; 718 PUTBACK;
718 719
719 FREETMPS; LEAVE; 720 FREETMPS; LEAVE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines