Skip to content

Do not report twice CFRelease() call #4386

@llvmbot

Description

@llvmbot
Bugzilla Link 4014
Resolution INVALID
Resolved on Mar 06, 2010 13:59
Version unspecified
OS All
Reporter LLVM Bugzilla Contributor
CC @tkremenek

Extended Description

checker-0.186 do not report code:

main.cpp:

int main()
{
CFStringRef ref = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("%d"), 100);
CFRelease(ref);
...
CFRelease(ref); // twice call CFRelease() !

return 0;
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions