Some small fixes suggested by Coverity Scan

This commit is contained in:
Chris Cannam
2014-09-03 17:11:07 +01:00
parent bd7e32b34c
commit 7ad3bcd729
8 changed files with 25 additions and 8 deletions

View File

@@ -249,6 +249,7 @@ RubberBandStretcher::Impl::ChannelData::~ChannelData()
deallocate(accumulator);
deallocate(windowAccumulator);
deallocate(fltbuf);
deallocate(dblbuf);
for (std::map<size_t, FFT *>::iterator i = ffts.begin();
i != ffts.end(); ++i) {