mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
940de12cab
commit
df141e4ab4
8 changed files with 28 additions and 3 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue