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 e9e1b63618
commit 0ac246e288

View File

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