Bug 1178718. Part 2 - No need to acquire the monitor in BreakCycles(). r=roc.

This commit is contained in:
JW Wang 2015-07-02 13:39:11 +08:00
Родитель aecd09b53a
Коммит 2d5b045c93
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -320,10 +320,7 @@ public:
if (mReader) {
mReader->BreakCycles();
}
{
ReentrantMonitorAutoEnter mon(mDecoder->GetReentrantMonitor());
mDecodedStream.DestroyData();
}
mDecoder = nullptr;
}