Closed
Bug 1003657
Opened 11 years ago
Closed 11 years ago
[Bluedroid] The memory of ReplyRunnable for DefaultAdapterPathRequest wouldn't be released and becomes a leak.
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(blocking-b2g:1.4+, firefox30 wontfix, firefox31 wontfix, firefox32 fixed, b2g-v1.4 fixed, b2g-v2.0 fixed)
People
(Reporter: jaliu, Assigned: jaliu)
References
Details
(Whiteboard: [p=1],)
Attachments
(2 files, 1 obsolete file)
1.27 KB,
patch
|
Details | Diff | Splinter Review | |
1.31 KB,
patch
|
Details | Diff | Splinter Review |
The memory of BluetoothRequestParent::ReplyRunnable for DefaultAdapterPathRequest wouldn't be released and becomes a leak. Please refer to ipc/BluetoothParent.cpp
STR:
1. Enable BT
2. Disable BT
3. Kill setting app
4. Check the log in destructor of BluetoothRequestParent::ReplyRunnable
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jaliu
Assignee | ||
Updated•11 years ago
|
Summary: The memory of ReplyRunnable for DefaultAdapterPathRequest wouldn't be released and becomes a leak. → [Bluedroid] The memory of ReplyRunnable for DefaultAdapterPathRequest wouldn't be released and becomes a leak.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•11 years ago
|
Attachment #8415017 -
Flags: review?(echou)
Attachment #8415017 -
Flags: feedback?(shuang)
Updated•11 years ago
|
Attachment #8415017 -
Flags: review?(echou) → review+
Updated•11 years ago
|
blocking-b2g: --- → 1.4?
Attachment #8415017 -
Flags: feedback?(shuang) → feedback+
Assignee | ||
Updated•11 years ago
|
Whiteboard: [p=1]
Assignee | ||
Updated•11 years ago
|
Whiteboard: [p=1] → [p=1], [ETA:5/7]
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8415017 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8417784 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Attachment #8417784 -
Attachment is obsolete: false
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 7•11 years ago
|
||
status-b2g-v1.4:
--- → fixed
status-b2g-v2.0:
--- → fixed
status-firefox30:
--- → wontfix
status-firefox31:
--- → wontfix
status-firefox32:
--- → fixed
Whiteboard: [p=1], [ETA:5/7] → [p=1],
Target Milestone: --- → 2.0 S1 (9may)
You need to log in
before you can comment on or make changes to this bug.
Description
•