mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
(OSX) Try to free allocation at the end of get_selector
This commit is contained in:
parent
fe33f30c15
commit
80017f7d71
@ -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…
x
Reference in New Issue
Block a user