Closed Bug 8536 Opened 25 years ago Closed 25 years ago

Profile window is leaked.

Categories

(SeaMonkey :: UI Design, defect, P1)

defect

Tracking

(Not tracked)

VERIFIED FIXED

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.
OS: Mac System 8.5 → All
Priority: P3 → P1
Target Milestone: M8
Status: NEW → ASSIGNED
I'm accepting this bug for now.
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.
Status: RESOLVED → VERIFIED
this was a code level fix and is verified per engineer, marking bug verified.
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.