Closed
Bug 59271
Opened 24 years ago
Closed 24 years ago
nsGtkIMEHelper singleton never freed
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Keywords: memory-leak)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
The nsGtkIMEHelper is never freed, and it leaks a few XPCOM objects. It should be:
* added to the leak/bloat stats
* freed in the module destructor
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
ftang, could you review the patch attached above?
Comment 3•24 years ago
|
||
ftang is on sabbatical.
I had a look at the fix. r=erik
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
Fix checked in 2000-12-02 08:06 -0800.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•24 years ago
|
||
Changed QA contact to erik@netscape.com. Erik, please mark this bug as verified.
QA Contact: teruko → erik
You need to log in
before you can comment on or make changes to this bug.
Description
•