Closed
Bug 15734
Opened 25 years ago
Closed 25 years ago
MLK: editor leaks memory
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: kipp, Assigned: mozeditor)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
When using the editor as embedded in a text field, we leak the following
objects:
Type # created # leaked
---- --------- --------
AtomImpl 591 6
nsBodyInner 2 1
nsHTMLBodyElement 2 1
nsHTMLDivElement 1 1
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Well, I botched that :-( 15377 and this bug aren't related. Oy. Reassigning to
jfrancis as he is working on the editor transaction memory leaky which is the
actual cause of this bug.
Updated•25 years ago
|
Summary: editor leaks memory → MLK: editor leaks memory
Assignee | ||
Comment 4•25 years ago
|
||
accepting/m11
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•25 years ago
|
||
fixed
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 9•25 years ago
|
||
i have verified that we no longer leak transactions in the editor.
You need to log in
before you can comment on or make changes to this bug.
Description
•