Mercurial > hg > svcore
comparison data/fileio/ResamplingWavFileReader.cpp @ 398:be49bf95d4a5
* Fix hang when using more than one consecutive coded audio file reader in
decode-at-once mode
author | Chris Cannam |
---|---|
date | Wed, 26 Mar 2008 14:35:03 +0000 |
parents | 183ee2a55fc7 |
children | 3012af787e4a |
comparison
equal
deleted
inserted
replaced
397:78491f21061d | 398:be49bf95d4a5 |
---|---|
78 | 78 |
79 if (m_cancelled) break; | 79 if (m_cancelled) break; |
80 } | 80 } |
81 | 81 |
82 if (isDecodeCacheInitialised()) finishDecodeCache(); | 82 if (isDecodeCacheInitialised()) finishDecodeCache(); |
83 endSerialised(); | |
83 | 84 |
84 delete m_original; | 85 delete m_original; |
85 m_original = 0; | 86 m_original = 0; |
86 | 87 |
87 } else { | 88 } else { |