mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 19:24:46 +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…
Reference in New Issue
Block a user