mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
([NSObject +initialize]): Set default autorelease_class to
NSAutoreleasePool. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@615 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab2d5f8b0c
commit
8ad2e6c58f
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ BOOL NSDecrementExtraRefCountWasZero(id anObject)
|
|||
elt_hash_void_ptr,
|
||||
(coll_compare_func_type)
|
||||
elt_compare_void_ptrs);
|
||||
autorelease_class = [NSAutoreleasePool class];
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue