RESOLVED FIXED 134072
[iOS]: Overrelease of RetainPtr object in file upload
https://bugs.webkit.org/show_bug.cgi?id=134072
Summary [iOS]: Overrelease of RetainPtr object in file upload
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.