Closed
Bug 1068996
Opened 11 years ago
Closed 11 years ago
WMFMediaDataDecoder::Shutdown() doesn't shutdown
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: cpearce, Assigned: cpearce)
Details
Attachments
(1 file)
|
5.41 KB,
patch
|
ajones
:
review+
|
Details | Diff | Splinter Review |
nsresult
WMFMediaDataDecoder::Shutdown()
{
mDecoder = nullptr;
return NS_OK;
}
It just drops the reference to the MFT, but mMFTManager also has a reference, so the MFT won't actually die/shutdown.
| Assignee | ||
Comment 1•11 years ago
|
||
Make the WMF MediaDataDecoder shutdown when it's told to... Previously we'd destroy it slightly later when the MP4Reader cleared its references to its MediaDataDecoders.
Attachment #8491115 -
Flags: review?(ajones)
Updated•11 years ago
|
Attachment #8491115 -
Flags: review?(ajones) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•