Release camera statistics after switching camera on CameraCapturer.

BUG=webrtc:6397
TBR=magjed@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2353263002
Cr-Commit-Position: refs/heads/master@{#14323}
This commit is contained in:
sakal
2016-09-21 03:15:45 -07:00
committed by Commit bot
parent ea7beb9741
commit d5e9237b30

View File

@ -396,6 +396,8 @@ public abstract class CameraCapturer implements CameraVideoCapturer {
}
Logging.d(TAG, "switchCamera: Stopping session");
cameraStatistics.release();
cameraStatistics = null;
currentSession.stop();
currentSession = null;