Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix leak of CoreFoundation objects during calls to vkUseIOSurfaceMVK()
A small leak occurs if no existing IOSurface is provided to vkUseIOSurfaceMVK() because CoreFoundation objects returned from functions with Create in their name must be released with CFRelease()
- Loading branch information