Closed
Bug 104306
Opened 24 years ago
Closed 17 years ago
leaking nsIFolderListeners
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 365723
People
(Reporter: sspitzer, Unassigned)
References
()
Details
(Keywords: memory-leak)
we are leaking nsIFolderListeners.
in addition to the leak, I'll see if we are creating more than we need, in the
common case.
| Reporter | ||
Comment 1•24 years ago
|
||
the initial 3 pane sets up 5 listeners, one is the status bar biff manager.
a second 3 pane sets up 4 listeners, close it we leak one.
a stand alone msg window sets up 3, close it, we leak one.
Status: NEW → ASSIGNED
Updated•24 years ago
|
QA Contact: esther → stephend
Comment 2•24 years ago
|
||
plussing for now but can minus when push comes to shove.
Updated•24 years ago
|
Priority: -- → P3
Updated•24 years ago
|
Priority: P3 → P2
Target Milestone: --- → mozilla1.0
Updated•24 years ago
|
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•21 years ago
|
Assignee: sspitzer → mail
Status: ASSIGNED → NEW
Updated•18 years ago
|
Assignee: mail → nobody
Component: MailNews: Main Mail Window → MailNews: Backend
Priority: P2 → --
Product: Mozilla Application Suite → Core
QA Contact: stephend → backend
Target Milestone: mozilla1.2alpha → ---
Comment 3•18 years ago
|
||
(In reply to comment #1)
Is this leak(s) duplicate of bug 365723 ?
(I don't know if these numbers meant too much listeners or not...)
| Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Comment 4•17 years ago
|
||
I think given that we fixed listeners in bug 365723 and there were no remaining leaks from it, I think this one is a dupe of that. If we find more later, we can always open another bug.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•