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

@@ -88,7 +88,7 @@
[fPortStatusTimer invalidate];
if (fPortChecker)
{
[fPortChecker endProbe];
[fPortChecker cancelProbe];
[fPortChecker release];
}
@@ -252,7 +252,7 @@
if (fPortChecker)
{
[fPortChecker endProbe];
[fPortChecker cancelProbe];
[fPortChecker release];
}
fPortChecker = [[PortChecker alloc] initForPort: fPublicPort withDelegate: self];