ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/State.xs
(Generate patch)

Comparing Coro/Coro/State.xs (file contents):
Revision 1.96 by root, Sun Nov 26 18:25:11 2006 UTC vs.
Revision 1.97 by root, Sun Nov 26 21:21:14 2006 UTC

568static void 568static void
569free_coro_mortal () 569free_coro_mortal ()
570{ 570{
571 if (coro_mortal) 571 if (coro_mortal)
572 { 572 {
573 dTHX;
574
573 SvREFCNT_dec (coro_mortal); 575 SvREFCNT_dec (coro_mortal);
574 coro_mortal = 0; 576 coro_mortal = 0;
575 } 577 }
576} 578}
577 579

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines