mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
More GC tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4953 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c315156563
commit
11ef04f603
12 changed files with 72 additions and 57 deletions
|
@ -181,7 +181,7 @@
|
|||
(*imp)(self, @selector(decodeValueOfObjCType:at:),
|
||||
@encode(unsigned), &count);
|
||||
*l = count;
|
||||
array = objc_malloc(count);
|
||||
array = NSZoneMalloc(NSDefaultMallocZone(), count);
|
||||
where = array;
|
||||
while (count-- > 0)
|
||||
(*imp)(self, @selector(decodeValueOfObjCType:at:), type, where++);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue