WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
35534
-[WebArchive initWithCoder:] leaks
https://bugs.webkit.org/show_bug.cgi?id=35534
Summary
-[WebArchive initWithCoder:] leaks
Jim Correia
Reported
2010-03-01 11:39:14 PST
As of
r41903
, -[WebArchive initWithCoder:] leaks. It retains the objects decoded from the unarchiver, passes them to another initializer, and never releases them. This bug was introduced in
r31281
.
Attachments
Don't retain what we don't own.
(1.58 KB, patch)
2010-03-04 09:04 PST
,
Brady Eidson
ggaren
: review+
beidson
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2010-03-01 11:42:36 PST
http://trac.webkit.org/changeset/31281
Brady Eidson
Comment 2
2010-03-01 11:44:39 PST
<
rdar://problem/7702420
>
Brady Eidson
Comment 3
2010-03-04 09:04:59 PST
Created
attachment 50028
[details]
Don't retain what we don't own.
Geoffrey Garen
Comment 4
2010-03-04 09:11:02 PST
Comment on
attachment 50028
[details]
Don't retain what we don't own. r=me
Brady Eidson
Comment 5
2010-03-04 09:26:01 PST
http://trac.webkit.org/changeset/55529
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug