Closed
Bug 1047121
Opened 10 years ago
Closed 10 years ago
LSAN leaks when sharing windows via getUserMedia
Categories
(Core :: WebRTC: Audio/Video, defect)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: jesup, Assigned: jesup)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
(deleted),
patch
|
cpearce
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
The window-sharing code wasn't freeing up the VideoEngine when exiting. This led to LSAN leaks that were unnoticed due to leak-checking being broken.
https://tbpl.mozilla.org/?tree=Try&rev=24f65d372a31 for the patch that fixes it.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8465855 -
Flags: review?(cpearce)
Updated•10 years ago
|
Attachment #8465855 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8465855 [details] [diff] [review]
Release Window-capture VideoEngine when done; clean up shutdown code
Approval Request Comment
[Feature/regressing bug #]: screensharing (master bug alias)
[User impact if declined]: Significant leaks in LSAN (a webrtc VideoEngine and related items) which would need to be added to suppression files.
[Describe test coverage new/current, TBPL]: LSAN tests in the tree will trigger on this now that screen/window sharing tests are active.
[Risks and why]: extremely low; just adds proper cleanup in the same pattern as existing cleanups.
[String/UUID change made/needed]: none
Attachment #8465855 -
Flags: approval-mozilla-aurora?
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Updated•10 years ago
|
Attachment #8465855 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 5•10 years ago
|
||
Whiteboard: [screensharing-uplift]
Assignee | ||
Comment 6•10 years ago
|
||
minor Mis-merge. bustage fix:
https://hg.mozilla.org/releases/mozilla-aurora/rev/d09fe5c4d537
You need to log in
before you can comment on or make changes to this bug.
Description
•