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
parent c6e5108d89
commit 549fe38295

View File

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