Closed
Bug 8536
Opened 25 years ago
Closed 25 years ago
Profile window is leaked.
Categories
(SeaMonkey :: UI Design, defect, P1)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
M8
People
(Reporter: sfraser_bugs, Assigned: law)
Details
The window created at nsAppRunner.cpp line appShell->CreateTopLevelWindow()
is never released by the caller, and thus leaked.
This is one of a suite of memory leak fixes that I have plans to check in
in early M8. So I might get to this before you do.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
The code in question was modified to use nsCOMPtr, thus ensuring that the newly
created windows were properly Released(). If there's still a leak, it's due to
code elsewhere.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
this was a code level fix and is verified per engineer, marking bug verified.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•