DescriptionFix memory leaks reported by clang static analyzer.
The CFURLCopyFileSystemPath & CFURLCopyFileSystemPath methods
respect the "Create Rule" [1] regarding the ownership of the
returned reference. This means that the objects need to be
deallocated explicitly by calling CFRelease.
[1]: https://developer.apple.com/library/content/documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.html#//apple_ref/doc/uid/20001148-103029
BUG=648210
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2360573002
Committed: https://skia.googlesource.com/skia/+/67ba29ce84c464270e8f4ccca6c22d37882a90f4
Patch Set 1 #
Messages
Total messages: 13 (9 generated)
|