Closed
Bug 33154
Opened 25 years ago
Closed 25 years ago
MLK: nsMessengerMigrator::CreateLocalMailAccount()
Categories
(MailNews Core :: Profile Migration, defect, P3)
MailNews Core
Profile Migration
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: bruce, Assigned: sspitzer)
References
()
Details
Look at the URL above.
server->SetPrettyName(localMailFakeHostName.ToNewUnicode());
server->SetPrettyName() always seems to copy the data, so you should use
localMailFakeHostName.GetUnicode() instead of ToNewUnicode().
Assignee | ||
Comment 1•25 years ago
|
||
fixed. I fixed both occurances of this leak in nsMessengerMigrator.cpp
thanks bruce.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: --- → M15
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•