mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
another bugfix attempt
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36156 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dcd39b2096
commit
d0d9ba2eea
3 changed files with 30 additions and 39 deletions
|
@ -284,9 +284,7 @@ GSAvahiClientState(AvahiClient *client, AvahiClientState state, void *userInfo)
|
|||
|
||||
- (void) avahiClientDealloc
|
||||
{
|
||||
NSRunLoop *rl = [ctx runLoop];
|
||||
NSString *mode = [[ctx mode] retain];
|
||||
[ctx removeFromRunLoop: rl forMode: mode];
|
||||
[ctx removeFromRunLoop: [ctx runLoop] forMode: [ctx mode]];
|
||||
[self freeClient];
|
||||
[ctx release];
|
||||
[_lock release];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue