Closed
Bug 805
Opened 26 years ago
Closed 26 years ago
the dom leaks memory. alot.
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: kipp, Assigned: vidur)
Details
Here are some example lines from purify:
[W] MLK: Memory leak of 24 bytes from 1 block allocated in JS_malloc
[W] MLK: Memory leak of 24 bytes from 1 block allocated in js_alloc_atom
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
I've been trying to keep the DOM relatively leak free. Unfortunately, any time
the content model or the document leaks, the DOM script objects stay with it.
I'm closing this bug (since it's probably based on old data), but I'll keep an
eye out.
Comment 2•26 years ago
|
||
installing myself as QA Contact en masse
Comment 3•26 years ago
|
||
Changing a few bugs at once...This is a bug that I have determined I am unable to properly verify. More than likely this would be
because it is outside my expertise or experience, or i don't have the necessary tools.
I am now ASKING PLEASE, please could the bug owner or reporter take it upon themselves to verify the fix for this bug and mark it
VERIFIED? Don't be shy, step right up. Thank you.
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 4•26 years ago
|
||
I guess I should have resolved this as INVALID rather than FIXED. The leak came
from layout and not the dom. Either way, it's verified.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•