mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(CGL) Some buildfixes/cleanups
This commit is contained in:
parent
0b807f34bf
commit
43781876cd
@ -153,8 +153,9 @@ static gfx_ctx_proc_t gfx_ctx_cgl_get_proc_address(const char *symbol_name)
|
|||||||
gfx_ctx_proc_t ret = (gfx_ctx_proc_t)CFBundleGetFunctionPointerForName(
|
gfx_ctx_proc_t ret = (gfx_ctx_proc_t)CFBundleGetFunctionPointerForName(
|
||||||
opengl_bundle_ref, function);
|
opengl_bundle_ref, function);
|
||||||
|
|
||||||
CFRelease(bundle_ref);
|
CFRelease(bundle_url);
|
||||||
CFRelease(function);
|
CFRelease(function);
|
||||||
|
CFRelease(opengl_bundle_ref);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user