mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Attempt leak fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30168 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
adb40eaad6
commit
4e146f7ab9
2 changed files with 9 additions and 0 deletions
|
@ -2178,6 +2178,10 @@ static NSLock *cached_proxies_gate = nil;
|
|||
tmptype++;
|
||||
[inv getArgument: &datum atIndex: argnum];
|
||||
[aRmc decodeValueOfObjCType: tmptype at: datum];
|
||||
if (*tmptype == _C_ID)
|
||||
{
|
||||
[*(id*)datum autorelease];
|
||||
}
|
||||
}
|
||||
else if (*tmptype == _C_CHARPTR
|
||||
&& ((flags & _F_OUT) || !(flags & _F_IN)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue