Closed
Bug 940201
Opened 11 years ago
Closed 11 years ago
We never call removeRequest in certain cases for fuzzyMatch in PhoneNumberService
Categories
(Core :: DOM: Device Interfaces, defect)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
INVALID
People
(Reporter: mikehenrty, Unassigned)
References
Details
(Whiteboard: [systemsfe])
If we have a simple match in mozPhoneNumberService.fuzzyMatch (ie, we don't have to call into the parent for country code logic), we will fire the DOMRequest success without calling DOMRequestIpcHelper.removeRequest. This is a memory leak.
Reporter | ||
Updated•11 years ago
|
Whiteboard: [systemsfe]
Reporter | ||
Comment 1•11 years ago
|
||
Whoops, we actually don't need to call removeRequest in this case, since we don't store it on the IPC helper unless we actually use IPC. Go figure. Marking invalid.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•