Closed
Bug 50570
Opened 25 years ago
Closed 25 years ago
[MLK] Leaking PRUnichar buffer in nsHTMLEditor::InsertFromTransferable()
Categories
(Core :: DOM: Editor, defect, P1)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
People
(Reporter: beard, Assigned: kinmoz)
References
()
Details
(Keywords: memory-leak, perf, Whiteboard: [rtm++][p:1] FIX CHECKED INTO TRUNK AND BRANCH)
Attachments
(2 files)
|
14.22 KB,
text/html
|
Details | |
|
1.14 KB,
patch
|
Details | Diff | Splinter Review |
At the URL given above, a call to nsISupportsWString::ToString() is returning a
pointer to a PRUnichar buffer, which is leaking. I noticed this leak when
composing an e-mail message and pasting an address in to the "To:" field.
| Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
assigning to kin, setting to m19
Comment 4•25 years ago
|
||
mem leaks need to be resolved
Updated•25 years ago
|
Whiteboard: [rtm+] → [rtm+][p:1]
Comment 5•25 years ago
|
||
Kin, please include the required information per the rtm checkin rules
Whiteboard: [rtm+][p:1] → [rtm+ NEED INFO][p:1]
Cc brade@netscape.com for review and sfraser@netscape.com for super review.
Comment 8•25 years ago
|
||
sr=sfraser
Comment 9•25 years ago
|
||
r=brade
| Assignee | ||
Comment 10•25 years ago
|
||
Removing "NEED INFO" comment and sending bug to PDT for rtm++.
Whiteboard: [rtm+ NEED INFO][p:1] → [rtm+][p:1]
| Assignee | ||
Comment 12•25 years ago
|
||
Fix checked into trunk:
mozilla/editor/base/nsHTMLEditor.cpp revision 1.333
Will check into Netscape_20000922_BRANCH as soon as it opens.
Whiteboard: [rtm++][p:1] → [rtm++][p:1] FIX CHECKED INTO TRUNK
| Assignee | ||
Comment 13•25 years ago
|
||
Fix checked into the Netscape_20000922_BRANCH:
mozilla/editor/base/nsHTMLEditor.cpp revision 1.332.2.2
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: [rtm++][p:1] FIX CHECKED INTO TRUNK → [rtm++][p:1] FIX CHECKED INTO TRUNK AND BRANCH
You need to log in
before you can comment on or make changes to this bug.
Description
•