Closed
Bug 1315495
Opened 9 years ago
Closed 9 years ago
Uplift WASAPI leak fix from PR 183
Categories
(Core :: Audio/Video: cubeb, defect)
Core
Audio/Video: cubeb
Tracking
()
RESOLVED
FIXED
mozilla52
People
(Reporter: kinetik, Assigned: kinetik)
References
Details
Attachments
(2 files)
|
2.33 KB,
patch
|
achronop
:
review+
|
Details | Diff | Splinter Review |
|
2.89 KB,
patch
|
gchang
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Spun off from bug 1314496 comment 14.
This is a simple leak for input and full-duplex streams: https://github.com/kinetiknz/cubeb/pull/183
Since full_duplex is only enabled on aurora and central, this will only need uplift to aurora once it lands on central.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8807915 -
Flags: review?(achronop)
Comment 2•9 years ago
|
||
Comment on attachment 8807915 [details] [diff] [review]
bug1315495.patch
Looks good, thanks. Part of it already reviewed in https://github.com/kinetiknz/cubeb/pull/183
Attachment #8807915 -
Flags: review?(achronop) → review+
Pushed by mgregan@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d84108f190ee
Update libcubeb to 98b189d2. r=achronop
| Assignee | ||
Comment 4•9 years ago
|
||
Approval Request Comment
[Feature/regressing bug #]: bug 1251502
[User impact if declined]: memory leak when using capture or full-duplex audio
[Describe test coverage new/current, TreeHerder]: n/a
[Risks and why]: zero risk, very simple additional release of capture_client resource
[String/UUID change made/needed]: none
Attachment #8807920 -
Flags: approval-mozilla-aurora?
Comment 5•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•9 years ago
|
status-firefox51:
--- → affected
Comment 6•9 years ago
|
||
Comment on attachment 8807920 [details] [diff] [review]
bug1315495_aurora.patch
Fix a memory leak. Take it in 51 aurora.
Attachment #8807920 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•9 years ago
|
||
| bugherder uplift | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•