mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
MInor tidyup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16105 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
650c648af6
commit
57c0ece231
10 changed files with 64 additions and 52 deletions
|
@ -605,7 +605,7 @@ _arg_addr(NSInvocation *inv, int index)
|
|||
const char *t = _info[i].type;
|
||||
if (*t == _C_STRUCT_B || *t == _C_UNION_B || *t == _C_ARY_B)
|
||||
{
|
||||
*(void**)datum = _fastMallocBuffer(_info[i].size);
|
||||
*(void**)datum = GSAutoreleasedBuffer(_info[i].size);
|
||||
datum = *(void**)datum;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue