-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:static analyzerduplicateResolved as duplicateResolved as duplicate
Description
| Bugzilla Link | 2526 |
| Resolution | DUPLICATE |
| Resolved on | Dec 23, 2018 16:12 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | test case |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek,@haoNoQ |
Extended Description
I noticed a false-positive memory leak when using the NSAlert class.
The reason is that the NSAlert object can be released later when the 'didEndSelector' is called (the call to beginSheet... is asynchronous).
Please see tha attachment.
Using checker-57.
Thanks
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:static analyzerduplicateResolved as duplicateResolved as duplicate