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

Comparing Coro/Coro/Handle.pm (file contents):
Revision 1.22 by root, Sat Dec 2 15:41:28 2006 UTC vs.
Revision 1.23 by root, Sun Dec 3 17:49:07 2006 UTC

238} 238}
239 239
240sub cleanup { 240sub cleanup {
241 $_[0][3] = ""; 241 $_[0][3] = "";
242 $_[0][4] = ""; 242 $_[0][4] = "";
243 (delete $_[0][5])->cancel if $_[0][5];
244 (delete $_[0][6])->cancel if $_[0][6];
243} 245}
244 246
245sub OPEN { 247sub OPEN {
246 &cleanup; 248 &cleanup;
247 my $self = shift; 249 my $self = shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines