Closed
Bug 35779
Opened 25 years ago
Closed 24 years ago
[MLK] Leaking C string
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: beard, Assigned: Bienvenu)
References
()
Details
(Keywords: memory-leak)
Result from ioServ->Unescape(fileName, &result) is leaking.
Assignee | ||
Comment 2•25 years ago
|
||
accepting to shut bugsplat up - not going to be able to work on them until I'm
better.
Status: NEW → ASSIGNED
Comment 4•24 years ago
|
||
If the error was to use
rv = ioServ->Unescape(fileName, &result);
instead of
rv = ioServ->Unescape(fileName, getter_Copies(result));
then this bug was fixed by alecf's checkin of 24 May 2000. Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 5•24 years ago
|
||
Yes. I checked the code and this has been changed to use nsXPIDLCString so this
is not leaking anymore.
- rhp
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•