Closed
Bug 50641
Opened 25 years ago
Closed 25 years ago
[MLK] Leaking PRUnichar in DIR_GetLocalizedStringPref()
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect, P3)
SeaMonkey
MailNews: Address Book & Contacts
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: beard, Assigned: chuang)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
1.17 KB,
patch
|
Details | Diff | Splinter Review |
Look at the URL above, the string in wvalue is leaking.
Comment 1•25 years ago
|
||
You probably want to use an |nsXPIDLString| for this, and wrap it with a
|getter_Copies| when you pass it as a result parameter to be filled in.
Comment 4•25 years ago
|
||
sr=bienvenu
Fix checked in
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
QA Contact: esther → stephend
Didn't see a leak reported against this when running Purify under Win2k on an
opt CVS trunk build. (Saw lots of UMR's in TextRun, but I think that's Hyatt's
CSS style-foo).
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
Stephen, UMR's are uninitialized memory reads, not memory leaks
Right, I'm just saying that's all I saw in the output ;-)
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•