Closed Bug 16477 Opened 26 years ago Closed 26 years ago

nsEditor::InsertTextImpl() leaks

Categories

(Core :: DOM: Editor, defect, P2)

defect

Tracking

()

VERIFIED INVALID

People

(Reporter: mozilla, Assigned: mozeditor)

Details

nsEditor::InsertTextImpl() calls CreateTxnForInsertText() [around line # 1608] which returns an allocated "InsertTextTxn *" but never frees it. Please fix. [Note: leak detected using beard's Boehm GC]
Priority: P3 → P2
Target Milestone: M11
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
it's not supposed to free it. ownership tranfers to the transaction manager. if you mean that it never gets freed, even at quit time, that would be a different bug that is known and not related to this code. invalid.
Status: RESOLVED → VERIFIED
verified in 10/18 build.
You need to log in before you can comment on or make changes to this bug.