Fix small memory leak

This commit is contained in:
Chris Cannam
2014-10-16 21:36:39 +01:00
parent 6f361078f9
commit 8c90e3a5e1

View File

@@ -1057,7 +1057,7 @@ RubberBandStretcher::Impl::study(const float *const *input, size_t samples, bool
} }
} }
if (m_channels > 1) delete[] mdalloc; if (m_channels > 1 || final) delete[] mdalloc;
} }
vector<int> vector<int>