mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1252341 - No need to reset mReader in ~MediaDecoderStateMachine() because the destructor will do that. r=bechen.
MozReview-Commit-ID: AmFsE95Ai9A
This commit is contained in:
parent
21c1d3f8b1
commit
a9fcc51c53
@ -326,8 +326,6 @@ MediaDecoderStateMachine::~MediaDecoderStateMachine()
|
||||
MOZ_ASSERT(NS_IsMainThread(), "Should be on main thread.");
|
||||
MOZ_COUNT_DTOR(MediaDecoderStateMachine);
|
||||
|
||||
mReader = nullptr;
|
||||
|
||||
#ifdef XP_WIN
|
||||
timeEndPeriod(1);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user