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:
CaS 2001-04-11 12:30:32 +00:00
parent 9f640c6912
commit f254add6cb
5 changed files with 141 additions and 37 deletions

View file

@ -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++)
{