Bug 67467 - WebProcessProxy::secItemCopyMatching / WebProcessProxy::secItemAdd leak the results of the APIs they wrap
Summary: WebProcessProxy::secItemCopyMatching / WebProcessProxy::secItemAdd leak the r...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 00:07 PDT by Mark Rowe (bdash)
Modified: 2011-09-02 03:20 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.13 KB, patch)
2011-09-02 00:10 PDT, Mark Rowe (bdash)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2011-09-02 00:07:59 PDT
SecItemCopyMatching / SecItemAdd return fresh objects to their callers.  The WebProcessProxy wrappers leak those objects.
Comment 1 Mark Rowe (bdash) 2011-09-02 00:10:53 PDT
Created attachment 106100 [details]
Patch
Comment 2 Mark Rowe (bdash) 2011-09-02 03:20:59 PDT
Fixed in r94398.