Bug 853718 - Pause the AudioContext when it is being torn down; r=bzbarsky

This commit is contained in:
Ehsan Akhgari 2013-03-21 23:07:44 -04:00
parent a2906ca105
commit 6ef7b36453

View File

@ -66,6 +66,7 @@ public:
void Shutdown()
{
Suspend();
mDecoder.Shutdown();
}