Closed
Bug 1048102
Opened 10 years ago
Closed 10 years ago
GMPThreads are leaked
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.85 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
GMPThreadImpl's created and sent to a GMP for use are never deleted. If I add MOZ_COUNT_CTOR/DTOR to GMPThreadImpl's ctor/dtor, I see the leaks reported.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8466872 -
Flags: review?(rjesup)
Updated•10 years ago
|
Attachment #8466872 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/77c7c4690031 for build bustage: https://tbpl.mozilla.org/php/getParsedLog.php?id=45200545&tree=Mozilla-Inbound
Flags: needinfo?(cpearce)
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(cpearce)
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•