Bug 21198

Summary: Leak of NSMutableDictionary in WebNSNotificationCenterExtras.m
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: CLOSED INVALID    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: Mac   
OS: OS X 10.5   
URL: https://bugs.webkit.org/attachment.cgi?id=23896#EndPath
Attachments:
Description Flags
Description of leak none

David Kilzer (:ddkilzer)
Reported 2008-09-28 10:54:29 PDT
Bug reported by the clang static analyzer. Description: leak (hybrid MM, non-GC) File: /Volumes/Data/WebKit.git/WebKit/mac/Misc/WebNSNotificationCenterExtras.m Line: 55 Method: - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait
Attachments
Description of leak (12.26 KB, text/html)
2008-09-28 10:55 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2008-09-28 10:54:47 PDT
David Kilzer (:ddkilzer)
Comment 2 2008-09-28 10:55:24 PDT
Created attachment 23896 [details] Description of leak
David Kilzer (:ddkilzer)
Comment 3 2008-09-28 10:59:13 PDT
The info object is released in the method below. This isn't a bug!
Note You need to log in before you can comment on or make changes to this bug.