mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
([SecondServer -connectionBecameInvalid:]): Don't release REMOTES; it
was already autoreleased. (main): Enable double release check with NSObject. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1200 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1cdfdad717
commit
91a49f97f0
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,6 @@ id announce_broken_port (id notification)
|
|||
[array removeObjectAtIndex:j];
|
||||
break;
|
||||
}
|
||||
[remotes release];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -106,6 +105,8 @@ int main(int argc, char *argv[])
|
|||
id s;
|
||||
id c;
|
||||
|
||||
[NSObject enableDoubleReleaseCheck: YES];
|
||||
|
||||
s = [[SecondServer alloc] init];
|
||||
|
||||
[NotificationDispatcher
|
||||
|
|
Loading…
Reference in a new issue