Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Sources/CoreFoundation/CFTree.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ static CFStringRef __CFTreeCopyDescription(CFTypeRef cf) {
static void __CFTreeDeallocate(CFTypeRef cf) {
CFTreeRef tree = (CFTreeRef)cf;
const struct __CFTreeCallBacks *cb;
#if TARGET_OS_OSX
CFTreeRemoveAllChildren(tree);
#endif
cb = __CFTreeGetCallBacks(tree);
if (NULL != cb->release) {
INVOKE_CALLBACK1(cb->release, tree->_info);
Expand Down