clean up and remove a warning

This commit is contained in:
Mitchell Livingston
2007-12-25 19:14:45 +00:00
parent 2f44e0925d
commit e9238b7860
4 changed files with 6 additions and 5 deletions

View File

@@ -78,9 +78,11 @@
}
}
- (void) endProbe
- (void) cancelProbe
{
[fTimer invalidate];
fTimer = nil;
[fConnection cancel];
}