b=957468 don't unset mNonRealtimeProcessing after offline graph completion r=roc

--HG--
extra : transplant_source : %D1%17%20%079%82%2B%91ES%B5%CC%83%E3t%8B%F9%A8%D6%E7
This commit is contained in:
Karl Tomlinson 2014-01-08 17:04:36 +13:00
Родитель 4174d8294d
Коммит 65aaa1aca9
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -1619,11 +1619,6 @@ MediaStreamGraphImpl::AppendMessage(ControlMessage* aMessage)
gGraph = nullptr;
}
delete this;
} else if (!mRealtime) {
// Make sure to mark the graph as not doing non-realtime processing,
// because otherwise AppendMessage will try to ensure that the graph
// is running, and we will never manage to release our resources.
mNonRealtimeProcessing = false;
}
return;
}