Closed
Bug 80842
Opened 24 years ago
Closed 13 years ago
Memory leak on failure in GET_UCS macro
Categories
(Core :: XPCOM, defect, P4)
Core
XPCOM
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: sfraser_bugs, Assigned: dbaron)
Details
be said:
Looks like GET_UCS leaks tmp if nsFSStringConversion::FSToNewUCS fails. Should
use an nsXPIDLCString tmp, eh?
Assignee | ||
Comment 1•24 years ago
|
||
...or just make GET_UCS look like SET_UCS.
Dunno why it's assigned to me (maybe I'm the only one who bothers to fix minor
leaks these days?), but easy enough to fix if I get around to it...
Severity: normal → minor
Status: NEW → ASSIGNED
OS: Mac System 8.5 → All
Priority: -- → P4
Summary: Possible emory leak in GET_UCS macro → Memory leak on failure in GET_UCS macro
Target Milestone: --- → mozilla0.9.2
Comment 2•24 years ago
|
||
dbaron: cvs annotate fingered you, sort of. Thanks for taking it.
/be
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.2 → Future
Comment 3•20 years ago
|
||
mlk keyword needed?
Updated•19 years ago
|
QA Contact: scc → xpcom
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•