mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Fix leaked FFI structure argument/returntype information
This commit is contained in:
parent
2f9f0d6761
commit
bdad4987ae
6 changed files with 79 additions and 59 deletions
|
@ -295,8 +295,7 @@ exitedThread(void *slot)
|
|||
_sig = RETAIN(aSignature);
|
||||
_numArgs = [aSignature numberOfArguments];
|
||||
_info = [aSignature methodInfo];
|
||||
_frame = cifframe_from_signature(_sig);
|
||||
[_frame retain];
|
||||
[self setupFrameFFI: _sig];
|
||||
_cframe = [_frame mutableBytes];
|
||||
|
||||
/* Make sure we have somewhere to store the return value if needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue