Bug 723064 - Many debug xpcshell-tests show leaks of 1 each of Mutex, ReentrantMonitor, nsTArray_base, nsThread, nsTimerImpl, r=mccr8

--HG--
extra : rebase_source : 7ec508569cf5a64cea12fb5f085f4feb1f9234bd
This commit is contained in:
Olli Pettay 2012-02-01 19:41:17 +02:00
parent 23a2fe2f05
commit 98d9305fe1

View File

@ -3495,7 +3495,7 @@ nsJSContext::PokeShrinkGCBuffers()
void
nsJSContext::MaybePokeCC()
{
if (sCCTimer) {
if (sCCTimer || sDidShutdown) {
return;
}