Bug 21198 - Leak of NSMutableDictionary in WebNSNotificationCenterExtras.m
Summary: Leak of NSMutableDictionary in WebNSNotificationCenterExtras.m
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: https://bugs.webkit.org/attachment.cg...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-09-28 10:54 PDT by David Kilzer (:ddkilzer)
Modified: 2008-09-28 10:59 PDT (History)
0 users

See Also:


Attachments
Description of leak (12.26 KB, text/html)
2008-09-28 10:55 PDT, David Kilzer (:ddkilzer)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 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
Comment 1 David Kilzer (:ddkilzer) 2008-09-28 10:54:47 PDT
<rdar://problem/6253072>
Comment 2 David Kilzer (:ddkilzer) 2008-09-28 10:55:24 PDT
Created attachment 23896 [details]
Description of leak
Comment 3 David Kilzer (:ddkilzer) 2008-09-28 10:59:13 PDT
The info object is released in the method below.  This isn't a bug!