Index: media/cast/audio_receiver/audio_decoder.cc |
diff --git a/media/cast/audio_receiver/audio_decoder.cc b/media/cast/audio_receiver/audio_decoder.cc |
index 266c04ea20d566bb804a9de52b3d9c53aea47d6d..ebe9c72e299d946222d0598406f3c8377c525d72 100644 |
--- a/media/cast/audio_receiver/audio_decoder.cc |
+++ b/media/cast/audio_receiver/audio_decoder.cc |
@@ -49,7 +49,6 @@ AudioDecoder::AudioDecoder(scoped_refptr<CastThread> cast_thread, |
} |
AudioDecoder::~AudioDecoder() { |
- webrtc::AudioCodingModule::Destroy(audio_decoder_); |
pwestin
2013/09/25 21:24:46
This is needed to avoid a memory leak; why did you
Alpha Left Google
2013/09/25 21:26:21
I can't find reference to ACM::Destroy() in the he
|
} |
bool AudioDecoder::GetRawAudioFrame(int number_of_10ms_blocks, |
@@ -96,4 +95,4 @@ void AudioDecoder::IncomingParsedRtpPacket(const uint8* payload_data, |
} |
} // namespace cast |
-} // namespace media |
+} // namespace media |