Closed
Bug 49579
Opened 25 years ago
Closed 25 years ago
nsXMLDocument::StartDocumentLoad() leaks a char*
Categories
(Core :: XML, defect, P3)
Core
XML
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: nisheeth_mozilla)
Details
(Whiteboard: [nsbeta3+])
Attachments
(1 file)
722 bytes,
patch
|
Details | Diff | Splinter Review |
nsXMLDocument::StartDocumentLoad() [nsXMLDocument.cpp:338] calls
aChannel->GetContentType(), but fails to free the memory allocated as a result
of that call.
Give to nisheeth...
Assignee: clayton → nisheeth
Component: Layout → XML
Assignee | ||
Comment 2•25 years ago
|
||
Attaching a fix. Could somebody please code review? Thanks.
Marking nsbeta3+.
Assignee | ||
Comment 3•25 years ago
|
||
Assignee | ||
Comment 4•25 years ago
|
||
Fix checked in after a review by Johnny.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•