mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Cleanup.
This commit is contained in:
parent
f05702d450
commit
4b3a7b5d15
1 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ static const arg_t cont_args_def[] = {
|
|||
}
|
||||
|
||||
utt_started = NO;
|
||||
NSLog(@"Ready....");
|
||||
NSLog(@"Ready.... <%@, %d>", _listeningThread, [_listeningThread isCancelled]);
|
||||
}
|
||||
[NSThread sleepForTimeInterval: 0.01];
|
||||
}
|
||||
|
@ -212,7 +212,7 @@ static const arg_t cont_args_def[] = {
|
|||
|
||||
- (void) stopListening
|
||||
{
|
||||
NSLog(@"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ STOP SERVER");
|
||||
NSLog(@"Stop listening thread %@", _listeningThread);
|
||||
[_listeningThread cancel];
|
||||
RELEASE(_listeningThread);
|
||||
_listeningThread = nil;
|
||||
|
|
Loading…
Reference in a new issue