Closed Bug 35779 Opened 25 years ago Closed 24 years ago

[MLK] Leaking C string

Categories

(SeaMonkey :: MailNews: Message Display, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED
Future

People

(Reporter: beard, Assigned: Bienvenu)

References

()

Details

(Keywords: memory-leak)

Result from ioServ->Unescape(fileName, &result) is leaking.
Keywords: mlk
not M16 stopper.
Assignee: selmer → bienvenu
Target Milestone: --- → M17
accepting to shut bugsplat up - not going to be able to work on them until I'm better.
Status: NEW → ASSIGNED
moving to future.
Target Milestone: M17 → Future
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
Yes. I checked the code and this has been changed to use nsXPIDLCString so this is not leaking anymore. - rhp
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.