Closed
Bug 15696
Opened 25 years ago
Closed 25 years ago
variable "atom" is a leak
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: buster, Assigned: mozeditor)
Details
in PlaceholderTxn::Merge(), "atom" is initialized using GetTxnName which
addrefs, but there is no release.
Assignee | ||
Updated•25 years ago
|
Assignee: jfrancis → buster
Assignee | ||
Comment 1•25 years ago
|
||
I think buster has a fix for this ready to go in. Assigning to him. Reassign
back to me if this isn't correct, or if you want me to do the checkin.
no, I fixed some other leaks and noticed this one. Please take care of it at
your leisure. I was holding too much in my tree and badly needed to check in
today, so I didn't have time for it even though it's pretty easy.
Assignee | ||
Comment 4•25 years ago
|
||
accepting/m11
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
fixed
joe, remind me which fix this was. which module? what line?
Assignee | ||
Comment 7•25 years ago
|
||
thanks buster! the fix is in PlaceHolderTxn.cpp, line 176.
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Target Milestone: M11 → M12
Assignee | ||
Comment 10•25 years ago
|
||
I'm going to reopen and m12 this bug. There is a problem with my fix that can
still cause a leak in some very rare circumstances. I'll fix it correctly
sometime soon (tree opening for m12 sometime soon).
Comment 11•25 years ago
|
||
Clearing FIXED resolution due to reopen of this bug.
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•25 years ago
|
||
fixed for real this time
Comment 13•25 years ago
|
||
Joe ,can you mark this verified again? thanks!
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 14•25 years ago
|
||
verify one my mark: ... ... ...Mark!
You need to log in
before you can comment on or make changes to this bug.
Description
•