mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Memory leaks in DO fixed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9557 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9f640c6912
commit
f254add6cb
5 changed files with 141 additions and 37 deletions
|
@ -581,8 +581,9 @@ void GSInvocationCallback(void *callback_data, va_alist args)
|
|||
{
|
||||
int i;
|
||||
BOOL out_parameters = NO;
|
||||
const char *type = [_sig methodType];
|
||||
|
||||
[coder encodeValueOfObjCType: @encode(char*) at: &_info[0].type];
|
||||
[coder encodeValueOfObjCType: @encode(char*) at: &type];
|
||||
|
||||
for (i = 0; i < _numArgs; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue