mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(OSX) Try to free allocation at the end of get_selector
This commit is contained in:
parent
fe33f30c15
commit
80017f7d71
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ static float get_from_selector(Class obj_class, id obj_id, SEL selector, CGFloat
|
|||
[invocation setTarget:obj_id];
|
||||
[invocation invoke];
|
||||
[invocation getReturnValue:ret];
|
||||
[invocation release];
|
||||
return *ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue