mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
* src/DelegatePool.m:
Use NSDefaultMallocZone() instead of NS_NOZONE. * src/NSProcessInfo.m: Likewise. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec7cf34014
commit
f7ea36c75b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
{
|
||||
/* xxx Should be:
|
||||
DelegatePool *n = NSAllocateObject(self, 0, [aDecoder objectZone]); */
|
||||
DelegatePool *n = (id) NSAllocateObject(self, 0, NS_NOZONE);
|
||||
DelegatePool *n = (id) NSAllocateObject(self, 0, NSDefaultMallocZone());
|
||||
[aDecoder decodeValueOfCType:@encode(unsigned char)
|
||||
at:&(n->_send_behavior)
|
||||
withName:NULL];
|
||||
|
|
Loading…
Reference in a new issue