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.431 by root, Fri Feb 8 22:29:18 2013 UTC vs.
Revision 1.432 by root, Wed May 8 00:44:44 2013 UTC

2095{ 2095{
2096 AV *od = coro->on_destroy; 2096 AV *od = coro->on_destroy;
2097 2097
2098 if (!od) 2098 if (!od)
2099 return; 2099 return;
2100
2101 coro->on_destroy = 0;
2102 sv_2mortal ((SV *)od);
2100 2103
2101 while (AvFILLp (od) >= 0) 2104 while (AvFILLp (od) >= 0)
2102 { 2105 {
2103 SV *cb = sv_2mortal (av_pop (od)); 2106 SV *cb = sv_2mortal (av_pop (od));
2104 2107

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines