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.28 by root, Tue Oct 9 14:07:01 2007 UTC vs.
Revision 1.29 by root, Thu Oct 25 08:14:00 2007 UTC

287 287
288 $self 288 $self
289} 289}
290 290
291sub cleanup { 291sub cleanup {
292 $_[0][3] = "";
293 $_[0][4] = "";
294 (delete $_[0][5])->cancel if $_[0][5]; 292 $_[0][5]->cancel if $_[0][5];
295 (delete $_[0][6])->cancel if $_[0][6]; 293 $_[0][6]->cancel if $_[0][6];
294 @{$_[0]} = ();
296} 295}
297 296
298sub OPEN { 297sub OPEN {
299 &cleanup; 298 &cleanup;
300 my $self = shift; 299 my $self = shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines