diff audioio/AudioGenerator.cpp @ 177:7dae51741cc9

* Fix crash on exit on win32. This was caused by incorrectly using fftw_free() to free the string returned from fftw_export_wisdom_to_string(), instead of plain free(). * Various debug artifacts related to tracking down the above
author Chris Cannam
date Fri, 14 Aug 2009 14:01:09 +0000
parents 7fff1bb8cc3d
children 0db3fc28a2a1
line wrap: on
line diff
--- a/audioio/AudioGenerator.cpp	Thu Jul 16 13:57:18 2009 +0000
+++ b/audioio/AudioGenerator.cpp	Fri Aug 14 14:01:09 2009 +0000
@@ -65,6 +65,9 @@
 
 AudioGenerator::~AudioGenerator()
 {
+#ifdef DEBUG_AUDIO_GENERATOR
+    std::cerr << "AudioGenerator::~AudioGenerator" << std::endl;
+#endif
 }
 
 void