Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: webrtc/call/call_perf_tests.cc

Issue 1390753002: Implement AudioReceiveStream::GetStats(). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: one s Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/call/call_perf_tests.cc
diff --git a/webrtc/call/call_perf_tests.cc b/webrtc/call/call_perf_tests.cc
index a7714b19c649b4d57ddd94887de6eabffd28ef63..cab39144503e36a098fe7610bbbf4fba9a831c13 100644
--- a/webrtc/call/call_perf_tests.cc
+++ b/webrtc/call/call_perf_tests.cc
@@ -321,6 +321,8 @@ void CallPerfTest::TestAudioVideoSync(bool fec, bool create_audio_first) {
receiver_call_->DestroyAudioReceiveStream(audio_receive_stream);
+ DestroyCalls();
+
VoiceEngine::Delete(voice_engine);
}

Powered by Google App Engine
This is Rietveld 408576698