git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36152 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2013-02-16 08:16:25 +00:00
parent 97a68beea2
commit dcd39b2096
2 changed files with 4 additions and 0 deletions

View file

@ -284,6 +284,9 @@ GSAvahiClientState(AvahiClient *client, AvahiClientState state, void *userInfo)
- (void) avahiClientDealloc
{
NSRunLoop *rl = [ctx runLoop];
NSString *mode = [[ctx mode] retain];
[ctx removeFromRunLoop: rl forMode: mode];
[self freeClient];
[ctx release];
[_lock release];