mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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
|
@ -464,6 +464,8 @@ static NSDictionary *makeReference(unsigned ref)
|
|||
|
||||
+ (void) initialize
|
||||
{
|
||||
class_ivar_set_gcinvisible (self, "delegate", YES);
|
||||
|
||||
if (globalClassMap == 0)
|
||||
{
|
||||
globalClassMap =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue