RetainPtr misuse, DDActionContext leaks $ ack 'RetainPtr.*?alloc' | grep -v adopt WebKit2/Platform/mac/MenuUtilities.mm:56: RetainPtr<DDActionContext> actionContext = [[getDDActionContextClass() alloc] init]; WebKit2/Platform/mac/MenuUtilities.mm:87: RetainPtr<DDActionContext> actionContext = [[getDDActionContextClass() alloc] init]; These should be adopted.
Created attachment 287821 [details] [PATCH] Proposed Fix
Comment on attachment 287821 [details] [PATCH] Proposed Fix Clearing flags on attachment: 287821 Committed r205377: <http://trac.webkit.org/changeset/205377>
All reviewed patches have been landed. Closing bug.