Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core Foundation functions have names that indicate when you own a returned object: Object-creation functions that have "Create" embedded in the name; Object-duplication functions that have "Copy" embedded in the name. If you own an object, it is your responsibility to relinquish ownership (using CFRelease) when you have finished with it.
- Loading branch information