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:
Richard Frith-MacDonald 2009-01-13 20:52:49 +00:00
parent 940de12cab
commit df141e4ab4
8 changed files with 28 additions and 3 deletions

View file

@ -81,6 +81,8 @@ static Class NSPort_concrete_class;
{
NSUserDefaults *defs;
class_ivar_set_gcinvisible (self, "delegate", YES);
NSPort_abstract_class = self;
NSPort_concrete_class = [NSMessagePort class];