Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ARC objects leak in MetalShaderCompiler thread
When using async shader compilation, the compiler thread pool is a standard pthread and not an NSThread. Therefore, it needs a manual @autorelease pool, otherwise ARC objects never get truly released. BUGS=[383167935]
- Loading branch information