mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 01:21:08 +00:00
Correct the fix for the FFI invocation memory leak.
This commit is contained in:
parent
05d34f1a30
commit
cf8c387900
2 changed files with 12 additions and 2 deletions
|
@ -383,6 +383,7 @@ _arg_addr(NSInvocation *inv, int index)
|
|||
* we can release it.
|
||||
*/
|
||||
[((GSFFIInvocation*)self)->_frame release];
|
||||
[((GSFFIInvocation*)self)->_extra release];
|
||||
}
|
||||
#elif defined(USE_FFCALL)
|
||||
if (_cframe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue