Bug 123384

Summary: [Cocoa] clang static analyzer warns about object being autoreleased too many times in +[WKNSArray web_arrayWithImmutableArray:]
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: aestes
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Annotate an initializer that has a non-conventional name mrowe: review+

Description mitz 2013-10-25 22:56:59 PDT
[Cocoa] clang static analyzer warns about object being autoreleased too many times in +[WKNSArray web_arrayWithImmutableArray:]
Comment 1 mitz 2013-10-25 22:58:42 PDT
Created attachment 215239 [details]
Annotate an initializer that has a non-conventional name
Comment 2 mitz 2013-10-26 00:15:17 PDT
Fixed in <http://trac.webkit.org/r158082>.