Closed
Bug 143035
Opened 23 years ago
Closed 23 years ago
mismatched allocations and frees in import service
Categories
(MailNews Core :: Import, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
References
Details
Attachments
(1 file)
1000 bytes,
patch
|
cavin
:
review+
|
Details | Diff | Splinter Review |
the import service is using delete [] where it should be using nsMemory::Free
and vice versa. This causes Purify errors. Patch upcoming
Assignee | ||
Comment 1•23 years ago
|
||
Cavin, can you review? thx.
Comment 2•23 years ago
|
||
I think bug 126847 is a dup of this.
Comment 3•23 years ago
|
||
Comment on attachment 82807 [details] [diff] [review]
proposed fix
r=cavin.
Attachment #82807 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
*** Bug 126847 has been marked as a duplicate of this bug. ***
Comment 5•23 years ago
|
||
*** Bug 126855 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 6•23 years ago
|
||
fix checked in (sr=sspitzer over aim)
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
QA Contact: nbaca → stephend
Verified fixed with http://rocknroll/users/nbaca/publish/MachV/574.ldif and the
latest trunk running under Purify on Win2k.
Status: RESOLVED → 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
•