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

Unified Diff: media/cast/audio_sender/audio_encoder.cc

Issue 24586003: Be able to build cast_unittest and related targets in Chrome tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: media/cast/audio_sender/audio_encoder.cc
diff --git a/media/cast/audio_sender/audio_encoder.cc b/media/cast/audio_sender/audio_encoder.cc
index 175f82b3124815dda7b5fbd6561feb183944d36e..a84389841aa8e7eff506a981c010feb4d1086538 100644
--- a/media/cast/audio_sender/audio_encoder.cc
+++ b/media/cast/audio_sender/audio_encoder.cc
@@ -111,7 +111,6 @@ AudioEncoder::AudioEncoder(scoped_refptr<CastThread> cast_thread,
}
AudioEncoder::~AudioEncoder() {
- webrtc::AudioCodingModule::Destroy(audio_encoder_);
pwestin 2013/09/25 21:24:46 This is needed to avoid a memory leak; why did you
}
// Called from main cast thread.
« media/cast/audio_receiver/audio_decoder.cc ('K') | « media/cast/audio_receiver/audio_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698