Skip to content

Commit abcaf56

Browse files
authored
Merge pull request #2790 from 3405691582/Catalina_1708
2 parents 709a11d + 5a022ef commit abcaf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/Base.subproj/CFRuntime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ static void _CFRelease(CFTypeRef CF_RELEASES_ARGUMENT cf) {
16501650
allocator = CFGetAllocator(cf);
16511651
usesSystemDefaultAllocator = _CFAllocatorIsSystemDefault(allocator);
16521652

1653-
if (__kCFAllocatorTypeID_CONST != __CFGenericTypeID_inline(cf)) {
1653+
if (_kCFRuntimeIDCFAllocator != __CFGenericTypeID_inline(cf)) {
16541654
allocatorToRelease = (CFAllocatorRef _Nonnull)__CFGetAllocator(cf);
16551655
}
16561656
}

0 commit comments

Comments
 (0)