Bug 6269 - ToT memory corruption
Summary: ToT memory corruption
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Anders Carlsson
URL:
Keywords:
: 6273 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-28 05:43 PST by Anders Carlsson
Modified: 2005-12-29 09:59 PST (History)
1 user (show)

See Also:


Attachments
Remove extra deref() (1.25 KB, patch)
2005-12-28 05:46 PST, Anders Carlsson
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2005-12-28 05:43:15 PST
The fix in http://bugzilla.opendarwin.org/show_bug.cgi?id=6198 forgot to remove an extra deref() so 
run-webkit-tests fast/dom shows lots of memory corruption errors
Comment 1 Anders Carlsson 2005-12-28 05:46:16 PST
Created attachment 5336 [details]
Remove extra deref()
Comment 2 Geoffrey Garen 2005-12-28 09:58:10 PST
Comment on attachment 5336 [details]
Remove extra deref()

r=me
Comment 3 Eric Seidel (no email) 2005-12-28 13:16:27 PST
*** Bug 6273 has been marked as a duplicate of this bug. ***
Comment 4 Darin Adler 2005-12-29 09:59:24 PST
Oops, I did it again!