Bug 1056371 - Fix AppleATDecoder dtor counting. r=cpearce

Typo affecting leak detection.
This commit is contained in:
Ralph Giles 2014-08-20 15:28:00 -07:00
parent d562c3cd3a
commit 8ad88b4ab5

View File

@ -55,7 +55,7 @@ AppleATDecoder::AppleATDecoder(const mp4_demuxer::AudioDecoderConfig& aConfig,
AppleATDecoder::~AppleATDecoder()
{
MOZ_COUNT_DTOR(AppleATDecoer);
MOZ_COUNT_DTOR(AppleATDecoder);
MOZ_ASSERT(!mConverter);
MOZ_ASSERT(!mStream);
}