Closed
Bug 240533
Opened 21 years ago
Closed 21 years ago
memory leak in nsImapUrl::AddOnlineDirectoryIfNecessary
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: fixed1.7, memory-leak)
Attachments
(1 file)
905 bytes,
patch
|
mscott
:
superreview+
asa
:
approval1.7+
|
Details | Diff | Splinter Review |
If you specify an imap online directory, we'll leak that string for every imap
url we run.
Assignee | ||
Comment 1•21 years ago
|
||
use an nsCAutoString to fix leak.
Assignee | ||
Updated•21 years ago
|
Attachment #146121 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #146121 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Updated•21 years ago
|
Attachment #146121 -
Flags: approval1.7?
Assignee | ||
Comment 2•21 years ago
|
||
fixed on trunk.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 3•21 years ago
|
||
Comment on attachment 146121 [details] [diff] [review]
proposed fix
a=asa (on behalf of drivers) for checkin to 1.7
Attachment #146121 -
Flags: approval1.7? → approval1.7+
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•