([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:
mccallum 1996-03-18 21:52:41 +00:00
parent 1cdfdad717
commit 91a49f97f0

View file

@ -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