Closed
Bug 10502
Opened 25 years ago
Closed 25 years ago
change delete[]s to match allocation method
Categories
(SeaMonkey :: General, defect, P3)
SeaMonkey
General
Tracking
(Not tracked)
M9
People
(Reporter: scc-obsolete, Assigned: scc-obsolete)
References
()
Details
a lot of delete[]s need to be changed to match the actual allocation method which
is |nsCppSharedAllocator::allocate()| --> |nsCppSharedAllocator::deallocate()|.
Other leaks and mismatches in this log need to be checked as well
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Updated•25 years ago
|
Summary: change delete[]s to match allocation method
Comment 1•25 years ago
|
||
Added summary.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•