Set some ivars (delegates which should not be retained) to be gc invisible.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27591 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-01-13 20:52:49 +00:00
parent 0913c7cb95
commit ba4e623f5e
8 changed files with 28 additions and 3 deletions

View file

@ -545,6 +545,7 @@ static NSLock *cached_proxies_gate = nil;
{
NSNotificationCenter *nc;
class_ivar_set_gcinvisible (self, "delegate", YES);
connectionClass = self;
dateClass = [NSDate class];
distantObjectClass = [NSDistantObject class];