Bug 1249313 - Don't shut down the entire Cameras IPC if a single source is shut down. r=jesup

This commit is contained in:
Gian-Carlo Pascutto 2016-02-23 15:20:26 +01:00
Родитель 64ae402461
Коммит 0cc14f2a8b
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -90,8 +90,6 @@ MediaEngineRemoteVideoSource::Shutdown()
Deallocate();
}
mozilla::camera::Shutdown();
mState = kReleased;
mInitDone = false;
return;