CLOSED INVALID 21198
Leak of NSMutableDictionary in WebNSNotificationCenterExtras.m
https://bugs.webkit.org/show_bug.cgi?id=21198
Summary Leak of NSMutableDictionary in WebNSNotificationCenterExtras.m
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.