We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 709a11d + 5a022ef commit abcaf56Copy full SHA for abcaf56
CoreFoundation/Base.subproj/CFRuntime.c
@@ -1650,7 +1650,7 @@ static void _CFRelease(CFTypeRef CF_RELEASES_ARGUMENT cf) {
1650
allocator = CFGetAllocator(cf);
1651
usesSystemDefaultAllocator = _CFAllocatorIsSystemDefault(allocator);
1652
1653
- if (__kCFAllocatorTypeID_CONST != __CFGenericTypeID_inline(cf)) {
+ if (_kCFRuntimeIDCFAllocator != __CFGenericTypeID_inline(cf)) {
1654
allocatorToRelease = (CFAllocatorRef _Nonnull)__CFGetAllocator(cf);
1655
}
1656
0 commit comments