diff data/fileio/OggVorbisFileReader.cpp @ 281:9c447d664275

* Add QuickTime file reader class -- totally untested, shouldn't even compile
author Chris Cannam
date Mon, 06 Aug 2007 14:37:59 +0000
parents 822bd7fd526c
children 20028c634494
line wrap: on
line diff
--- a/data/fileio/OggVorbisFileReader.cpp	Fri Jul 13 15:54:17 2007 +0000
+++ b/data/fileio/OggVorbisFileReader.cpp	Mon Aug 06 14:37:59 2007 +0000
@@ -83,10 +83,8 @@
 
         if (isDecodeCacheInitialised()) finishDecodeCache();
 
-        if (decodeMode == DecodeAtOnce) {
-            delete m_progress;
-            m_progress = 0;
-        }
+        delete m_progress;
+        m_progress = 0;
 
     } else {