Closed
Bug 725533
Opened 13 years ago
Closed 13 years ago
webapps.js looks leaky
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 735109
People
(Reporter: smaug, Unassigned)
References
Details
webapps.js adds callbacks/listeners to a global service, but never removes those.
Comment 1•13 years ago
|
||
Olli,
Are you talking about http://mxr.mozilla.org/mozilla-central/source/dom/base/Webapps.js ?
I'm currently rewriting it to match IDL changes, so I'd like to know what is leaking here. Current version doesn't call removeMessageListener() from what I see.
Reporter | ||
Comment 2•13 years ago
|
||
Yes, I'm talking about Webapps.js and the missing removeMessageListener.
Comment 3•13 years ago
|
||
that bug is fixed in the updated implementation in bug 720415
Depends on: 720415
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•