Fix failure to reset m_fill on reset

This commit is contained in:
Chris Cannam
2022-06-10 17:07:23 +01:00
parent 63bcfb0e22
commit c50397128a

View File

@@ -106,6 +106,7 @@ public:
void reset() {
m_buffer.reset();
v_zero(m_sortspace.data(), m_sortspace.size());
m_fill = 0;
}
// Convenience function that applies a given filter to an array