Closed
Bug 7501
Opened 27 years ago
Closed 27 years ago
FMM in nsEmitterFactory.cpp
Categories
(MailNews Core :: MIME, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M7
People
(Reporter: david, Assigned: rhp)
Details
Attachments
(1 file)
|
356 bytes,
patch
|
Details | Diff | Splinter Review |
mailnews\mime\emitters\raw\nsEmitterFactory.cpp
Purify reported a [E] FMM: Freeing mismatched memory in delete(void *)
The patch uses PR_strfree instead of delete.
-dave
| Reporter | ||
Comment 1•27 years ago
|
||
| Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
| Assignee | ||
Comment 2•27 years ago
|
||
Thanks! I will check this in when the tree opens.
- rhp
| Assignee | ||
Updated•27 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•27 years ago
|
||
checked in this morning.
Checked this in today's windows debug build. Marking this as Verified.
Updated•21 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
•