Bug 134072

Summary: [iOS]: Overrelease of RetainPtr object in file upload
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ddkilzer, dgorbik, enrica, joepeck
Priority: P2 Keywords: InRadar
Version: 412.x   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed fix beidson: review+

Joseph Pecoraro
Reported 2014-06-19 13:35:24 PDT
There is a -release call being sent to a RetainPtr object. That is unnecessary and will lead to an overrelease / extra release called on a deallocated object.
Attachments
[PATCH] Proposed fix (1.27 KB, patch)
2014-06-19 13:36 PDT, Joseph Pecoraro
beidson: review+
Joseph Pecoraro
Comment 1 2014-06-19 13:36:59 PDT
Created attachment 233377 [details] [PATCH] Proposed fix
Joseph Pecoraro
Comment 2 2014-06-19 13:38:23 PDT
David Kilzer (:ddkilzer)
Comment 3 2014-06-20 02:51:49 PDT
Commit queue has been stuck a long time on this patch.
Joseph Pecoraro
Comment 4 2014-06-20 10:58:55 PDT
Note You need to log in before you can comment on or make changes to this bug.