Mercurial > hg > svapp
comparison 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 |
comparison
equal
deleted
inserted
replaced
176:d8017c8859eb | 177:7dae51741cc9 |
---|---|
63 SLOT(playPluginConfigurationChanged(const Playable *, QString))); | 63 SLOT(playPluginConfigurationChanged(const Playable *, QString))); |
64 } | 64 } |
65 | 65 |
66 AudioGenerator::~AudioGenerator() | 66 AudioGenerator::~AudioGenerator() |
67 { | 67 { |
68 #ifdef DEBUG_AUDIO_GENERATOR | |
69 std::cerr << "AudioGenerator::~AudioGenerator" << std::endl; | |
70 #endif | |
68 } | 71 } |
69 | 72 |
70 void | 73 void |
71 AudioGenerator::initialiseSampleDir() | 74 AudioGenerator::initialiseSampleDir() |
72 { | 75 { |